#8B96C9

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

Shades of Portage #8B96C9

Tints of Portage #8B96C9

Color information

#8B96C9 (or 0x8B96C9) is unknown color: approx Portage. HEX triplet: 8B, 96 and C9. RGB value is (139,150,201). Sum of RGB (Red+Green+Blue) = 139+150+201=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B96C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B96C9 is #746936. Grayscale: #989898. Windows color (decimal): -7629111 or 13211275. OLE color: 13211275.

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

Color convert

RGB139150201-
CMYK0.310.2500.21
HSL229.35º36.47%66.67%-
HSV(B)229.35º30.85%78.82%-
XYZ32.131.5259.65-
YUV152.52155.36118.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.37%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 201 (78.91% from 255) = 41.02%
R=28.37%
G=30.61%
B=41.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391502010.310.2500.21229.3536.4766.67
Hex8B96C91F19015e52443
Octal213226311373102534544103
Binary1000101110010110110010011111111001010101111001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B96C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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