#8F97CC

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

Shades of Portage #8F97CC

Tints of Portage #8F97CC

Color information

#8F97CC (or 0x8F97CC) is unknown color: approx Portage. HEX triplet: 8F, 97 and CC. RGB value is (143,151,204). Sum of RGB (Red+Green+Blue) = 143+151+204=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F97CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F97CC is #706833. Grayscale: #9A9A9A. Windows color (decimal): -7366708 or 13408143. OLE color: 13408143.

HSL color Cylindrical-coordinate representation of color #8F97CC: hue angle of 232.13º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F97CC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143151204-
CMYK0.300.2600.2
HSL232.13º37.42%68.04%-
HSV(B)232.13º29.9%80%-
XYZ33.2932.3361.61-
YUV154.65155.85119.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.71%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=28.71%
G=30.32%
B=40.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431512040.300.2600.2232.1337.4268.04
Hex8F97CC1E1A014e82544
Octal217227314363202435045104
Binary1000111110010111110011001111011010010100111010001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,151,204); }

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

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

 a { background-color: rgb(143,151,204); }

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

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

 span { border-color: rgb(143,151,204); }

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