#8B9CC9

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

Shades of Portage #8B9CC9

Tints of Portage #8B9CC9

Color information

#8B9CC9 (or 0x8B9CC9) is unknown color: approx Portage. HEX triplet: 8B, 9C and C9. RGB value is (139,156,201). Sum of RGB (Red+Green+Blue) = 139+156+201=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B9CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CC9 is #746336. Grayscale: #9B9B9B. Windows color (decimal): -7627575 or 13212811. OLE color: 13212811.

HSL color Cylindrical-coordinate representation of color #8B9CC9: hue angle of 223.55º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B9CC9 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139156201-
CMYK0.310.2200.21
HSL223.55º36.47%66.67%-
HSV(B)223.55º30.85%78.82%-
XYZ33.0833.4859.98-
YUV156.05153.37115.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.02%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 201 (78.91% from 255) = 40.52%
R=28.02%
G=31.45%
B=40.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391562010.310.2200.21223.5536.4766.67
Hex8B9CC91F16015e02443
Octal213234311372602534044103
Binary1000101110011100110010011111110110010101111000001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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