#8B9BC9

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

Shades of Portage #8B9BC9

Tints of Portage #8B9BC9

Color information

#8B9BC9 (or 0x8B9BC9) is unknown color: approx Portage. HEX triplet: 8B, 9B and C9. RGB value is (139,155,201). Sum of RGB (Red+Green+Blue) = 139+155+201=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B9BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9BC9 is #746436. Grayscale: #9B9B9B. Windows color (decimal): -7627831 or 13212555. OLE color: 13212555.

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

Color convert

RGB139155201-
CMYK0.310.2300.21
HSL224.52º36.47%66.67%-
HSV(B)224.52º30.85%78.82%-
XYZ32.9133.1559.92-
YUV155.46153.7116.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 201 (78.91% from 255) = 40.61%
R=28.08%
G=31.31%
B=40.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391552010.310.2300.21224.5236.4766.67
Hex8B9BC91F17015e12443
Octal213233311372702534144103
Binary1000101110011011110010011111110111010101111000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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