#8C96FA

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

Shades of Portage #8C96FA

Tints of Portage #8C96FA

Color information

#8C96FA (or 0x8C96FA) is unknown color: approx Portage. HEX triplet: 8C, 96 and FA. RGB value is (140,150,250). Sum of RGB (Red+Green+Blue) = 140+150+250=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C96FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C96FA is #736905. Grayscale: #9E9E9E. Windows color (decimal): -7563526 or 16422540. OLE color: 16422540.

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

Color convert

RGB140150250-
CMYK0.440.400.02
HSL234.55º91.67%76.47%-
HSV(B)234.55º44%98.04%-
XYZ38.9834.2995.01-
YUV158.41179.69114.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.93%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 250 (98.05% from 255) = 46.30%
R=25.93%
G=27.78%
B=46.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401502500.440.400.02234.5591.6776.47
Hex8C96FA2C2802eb5c4c
Octal214226372545002353134114
Binary1000110010010110111110101011001010000101110101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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