#8F9CCD

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

Shades of Portage #8F9CCD

Tints of Portage #8F9CCD

Color information

#8F9CCD (or 0x8F9CCD) is unknown color: approx Portage. HEX triplet: 8F, 9C and CD. RGB value is (143,156,205). Sum of RGB (Red+Green+Blue) = 143+156+205=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CCD is #706332. Grayscale: #9D9D9D. Windows color (decimal): -7365427 or 13474959. OLE color: 13474959.

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

Color convert

RGB143156205-
CMYK0.300.2400.20
HSL227.42º38.27%68.24%-
HSV(B)227.42º30.24%80.39%-
XYZ34.2434.0262.52-
YUV157.7154.69117.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.37%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=28.37%
G=30.95%
B=40.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431562050.300.2400.20227.4238.2768.24
Hex8F9CCD1E18014e32644
Octal217234315363002434346104
Binary1000111110011100110011011111011000010100111000111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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