#8F9CCA

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

Shades of Portage #8F9CCA

Tints of Portage #8F9CCA

Color information

#8F9CCA (or 0x8F9CCA) is unknown color: approx Portage. HEX triplet: 8F, 9C and CA. RGB value is (143,156,202). Sum of RGB (Red+Green+Blue) = 143+156+202=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CCA is #706335. Grayscale: #9D9D9D. Windows color (decimal): -7365430 or 13278351. OLE color: 13278351.

HSL color Cylindrical-coordinate representation of color #8F9CCA: hue angle of 226.78º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F9CCA is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143156202-
CMYK0.290.2300.21
HSL226.78º35.76%67.65%-
HSV(B)226.78º29.21%79.22%-
XYZ33.8833.8860.63-
YUV157.36153.19117.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.54%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=28.54%
G=31.14%
B=40.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431562020.290.2300.21226.7835.7667.65
Hex8F9CCA1D17015e32444
Octal217234312352702534344104
Binary1000111110011100110010101110110111010101111000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,156,202); }

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

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

 a { background-color: rgb(143,156,202); }

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

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

 span { border-color: rgb(143,156,202); }

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