#8795FB

Color #8795FB Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8795FB

Tints of Portage #8795FB

Color information

#8795FB (or 0x8795FB) is unknown color: approx Portage. HEX triplet: 87, 95 and FB. RGB value is (135,149,251). Sum of RGB (Red+Green+Blue) = 135+149+251=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #8795FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8795FB is #786A04. Grayscale: #9C9C9C. Windows color (decimal): -7891461 or 16487815. OLE color: 16487815.

HSL color Cylindrical-coordinate representation of color #8795FB: hue angle of 232.76º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8795FB is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135149251-
CMYK0.460.4100.02
HSL232.76º93.55%75.69%-
HSV(B)232.76º46.22%98.43%-
XYZ38.1533.6195.74-
YUV156.44181.36112.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 25.23%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 251 (98.44% from 255) = 46.92%
R=25.23%
G=27.85%
B=46.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351492510.460.4100.02232.7693.5575.69
Hex8795FB2E2902e95e4c
Octal207225373565102351136114
Binary1000011110010101111110111011101010010101110100110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8795FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8795FB; }

 p { color: rgb(135,149,251); }

 H1.HeaderClassName
 {
   color: #8795FB;
 }
 .AnyTagClassName
 {
   color: #8795FB;
 }
</style>
background-color css

<style>
 a { background-color: #8795FB; }

 a { background-color: rgb(135,149,251); }

 div.DivClassName
 {
   background-color: #8795FB;
 }
 .BgClassName
 {
   background-color: #8795FB;
 }
</style>
border-color css

<style>
 span { border-color: #8795FB; }

 span { border-color: rgb(135,149,251); }

 td.TdClassName
 {
   border-color: #8795FB;
 }
 .TagClassName
 {
   border-color: #8795FB;
 }
</style>