#8B90DD

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

Shades of Portage #8B90DD

Tints of Portage #8B90DD

Color information

#8B90DD (or 0x8B90DD) is unknown color: approx Portage. HEX triplet: 8B, 90 and DD. RGB value is (139,144,221). Sum of RGB (Red+Green+Blue) = 139+144+221=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B90DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B90DD is #746F22. Grayscale: #969696. Windows color (decimal): -7630627 or 14520459. OLE color: 14520459.

HSL color Cylindrical-coordinate representation of color #8B90DD: hue angle of 236.34º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B90DD is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139144221-
CMYK0.370.3500.13
HSL236.34º54.67%70.59%-
HSV(B)236.34º37.1%86.67%-
XYZ33.6730.6672.55-
YUV151.28167.34119.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.58%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=27.58%
G=28.57%
B=43.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391442210.370.3500.13236.3454.6770.59
Hex8B90DD25230Dec3747
Octal213220335454301535467107
Binary10001011100100001101110110010110001101101111011001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B90DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,144,221); }

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

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

 a { background-color: rgb(139,144,221); }

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

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

 span { border-color: rgb(139,144,221); }

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