#8F9DCD

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

Shades of Portage #8F9DCD

Tints of Portage #8F9DCD

Color information

#8F9DCD (or 0x8F9DCD) is unknown color: approx Portage. HEX triplet: 8F, 9D and CD. RGB value is (143,157,205). Sum of RGB (Red+Green+Blue) = 143+157+205=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DCD is #706232. Grayscale: #9E9E9E. Windows color (decimal): -7365171 or 13475215. OLE color: 13475215.

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

Color convert

RGB143157205-
CMYK0.300.2300.20
HSL226.45º38.27%68.24%-
HSV(B)226.45º30.24%80.39%-
XYZ34.434.3662.58-
YUV158.29154.36117.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.32%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=28.32%
G=31.09%
B=40.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431572050.300.2300.20226.4538.2768.24
Hex8F9DCD1E17014e22644
Octal217235315362702434246104
Binary1000111110011101110011011111010111010100111000101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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