#8F97CA

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

Shades of Portage #8F97CA

Tints of Portage #8F97CA

Color information

#8F97CA (or 0x8F97CA) is unknown color: approx Portage. HEX triplet: 8F, 97 and CA. RGB value is (143,151,202). Sum of RGB (Red+Green+Blue) = 143+151+202=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F97CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F97CA is #706835. Grayscale: #9A9A9A. Windows color (decimal): -7366710 or 13277071. OLE color: 13277071.

HSL color Cylindrical-coordinate representation of color #8F97CA: hue angle of 231.86º 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 #8F97CA is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143151202-
CMYK0.290.2500.21
HSL231.86º35.76%67.65%-
HSV(B)231.86º29.21%79.22%-
XYZ33.0532.2460.36-
YUV154.42154.85119.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.83%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=28.83%
G=30.44%
B=40.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431512020.290.2500.21231.8635.7667.65
Hex8F97CA1D19015e82444
Octal217227312353102535044104
Binary1000111110010111110010101110111001010101111010001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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