#8B95DB

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

Shades of Portage #8B95DB

Tints of Portage #8B95DB

Color information

#8B95DB (or 0x8B95DB) is unknown color: approx Portage. HEX triplet: 8B, 95 and DB. RGB value is (139,149,219). Sum of RGB (Red+Green+Blue) = 139+149+219=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B95DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B95DB is #746A24. Grayscale: #999999. Windows color (decimal): -7629349 or 14390667. OLE color: 14390667.

HSL color Cylindrical-coordinate representation of color #8B95DB: hue angle of 232.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B95DB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139149219-
CMYK0.370.3200.14
HSL232.5º52.63%70.2%-
HSV(B)232.5º36.53%85.88%-
XYZ34.1832.171.41-
YUV153.99164.69117.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.42%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 219 (85.94% from 255) = 43.20%
R=27.42%
G=29.39%
B=43.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391492190.370.3200.14232.552.6370.2
Hex8B95DB25200Ee83546
Octal213225333454001635065106
Binary10001011100101011101101110010110000001110111010001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B95DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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