#8B93DB

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

Shades of Portage #8B93DB

Tints of Portage #8B93DB

Color information

#8B93DB (or 0x8B93DB) is unknown color: approx Portage. HEX triplet: 8B, 93 and DB. RGB value is (139,147,219). Sum of RGB (Red+Green+Blue) = 139+147+219=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B93DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B93DB is #746C24. Grayscale: #989898. Windows color (decimal): -7629861 or 14390155. OLE color: 14390155.

HSL color Cylindrical-coordinate representation of color #8B93DB: hue angle of 234º 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 #8B93DB is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139147219-
CMYK0.370.3300.14
HSL234º52.63%70.2%-
HSV(B)234º36.53%85.88%-
XYZ33.8731.4771.31-
YUV152.82165.35118.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.52%
GREEN value IS 147 (57.81% from 255) = 29.11%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=27.52%
G=29.11%
B=43.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391472190.370.3300.1423452.6370.2
Hex8B93DB25210Eea3546
Octal213223333454101635265106
Binary10001011100100111101101110010110000101110111010101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B93DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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