#8C96FB

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

Shades of Portage #8C96FB

Tints of Portage #8C96FB

Color information

#8C96FB (or 0x8C96FB) is unknown color: approx Portage. HEX triplet: 8C, 96 and FB. RGB value is (140,150,251). Sum of RGB (Red+Green+Blue) = 140+150+251=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C96FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C96FB is #736904. Grayscale: #9E9E9E. Windows color (decimal): -7563525 or 16488076. OLE color: 16488076.

HSL color Cylindrical-coordinate representation of color #8C96FB: hue angle of 234.59º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C96FB is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB140150251-
CMYK0.440.4000.02
HSL234.59º93.28%76.67%-
HSV(B)234.59º44.22%98.43%-
XYZ39.1334.3595.84-
YUV158.52180.19114.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.88%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 251 (98.44% from 255) = 46.40%
R=25.88%
G=27.73%
B=46.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401502510.440.4000.02234.5993.2876.67
Hex8C96FB2C2802eb5d4d
Octal214226373545002353135115
Binary1000110010010110111110111011001010000101110101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C96FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C96FB; }

 p { color: rgb(140,150,251); }

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

<style>
 a { background-color: #8C96FB; }

 a { background-color: rgb(140,150,251); }

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

<style>
 span { border-color: #8C96FB; }

 span { border-color: rgb(140,150,251); }

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