#8B9CCD

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

Shades of Portage #8B9CCD

Tints of Portage #8B9CCD

Color information

#8B9CCD (or 0x8B9CCD) is unknown color: approx Portage. HEX triplet: 8B, 9C and CD. RGB value is (139,156,205). Sum of RGB (Red+Green+Blue) = 139+156+205=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CCD is #746332. Grayscale: #9C9C9C. Windows color (decimal): -7627571 or 13474955. OLE color: 13474955.

HSL color Cylindrical-coordinate representation of color #8B9CCD: hue angle of 224.55º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B9CCD is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139156205-
CMYK0.320.2400.20
HSL224.55º39.76%67.45%-
HSV(B)224.55º32.2%80.39%-
XYZ33.5633.6762.49-
YUV156.5155.37115.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.8%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 205 (80.47% from 255) = 41%
R=27.8%
G=31.2%
B=41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391562050.320.2400.20224.5539.7667.45
Hex8B9CCD2018014e12843
Octal213234315403002434150103
Binary10001011100111001100110110000011000010100111000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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