#8B95CE

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

Shades of Portage #8B95CE

Tints of Portage #8B95CE

Color information

#8B95CE (or 0x8B95CE) is unknown color: approx Portage. HEX triplet: 8B, 95 and CE. RGB value is (139,149,206). Sum of RGB (Red+Green+Blue) = 139+149+206=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B95CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B95CE is #746A31. Grayscale: #989898. Windows color (decimal): -7629362 or 13538699. OLE color: 13538699.

HSL color Cylindrical-coordinate representation of color #8B95CE: hue angle of 231.04º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B95CE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139149206-
CMYK0.330.2800.19
HSL231.04º40.61%67.65%-
HSV(B)231.04º32.52%80.78%-
XYZ32.5431.4462.75-
YUV152.51158.19118.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.14%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=28.14%
G=30.16%
B=41.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391492060.330.2800.19231.0440.6167.65
Hex8B95CE211C013e72944
Octal213225316413402334751104
Binary10001011100101011100111010000111100010011111001111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B95CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,149,206); }

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

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

 a { background-color: rgb(139,149,206); }

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

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

 span { border-color: rgb(139,149,206); }

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