#8F97CD

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

Shades of Portage #8F97CD

Tints of Portage #8F97CD

Color information

#8F97CD (or 0x8F97CD) is unknown color: approx Portage. HEX triplet: 8F, 97 and CD. RGB value is (143,151,205). Sum of RGB (Red+Green+Blue) = 143+151+205=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F97CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F97CD is #706832. Grayscale: #9A9A9A. Windows color (decimal): -7366707 or 13473679. OLE color: 13473679.

HSL color Cylindrical-coordinate representation of color #8F97CD: hue angle of 232.26º degrees, saturation: 0.38, 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 #8F97CD is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143151205-
CMYK0.300.2600.20
HSL232.26º38.27%68.24%-
HSV(B)232.26º30.24%80.39%-
XYZ33.4132.3862.25-
YUV154.76156.35119.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.66%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=28.66%
G=30.26%
B=41.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431512050.300.2600.20232.2638.2768.24
Hex8F97CD1E1A014e82644
Octal217227315363202435046104
Binary1000111110010111110011011111011010010100111010001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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