#8790DD

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

Shades of Portage #8790DD

Tints of Portage #8790DD

Color information

#8790DD (or 0x8790DD) is unknown color: approx Portage. HEX triplet: 87, 90 and DD. RGB value is (135,144,221). Sum of RGB (Red+Green+Blue) = 135+144+221=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #8790DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8790DD is #786F22. Grayscale: #959595. Windows color (decimal): -7892771 or 14520455. OLE color: 14520455.

HSL color Cylindrical-coordinate representation of color #8790DD: hue angle of 233.72º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8790DD is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135144221-
CMYK0.390.3500.13
HSL233.72º55.84%69.8%-
HSV(B)233.72º38.91%86.67%-
XYZ33.0230.3272.52-
YUV150.09168.02117.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 221 (86.72% from 255) = 44.2%
R=27%
G=28.8%
B=44.2%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351442210.390.3500.13233.7255.8469.8
Hex8790DD27230Dea3846
Octal207220335474301535270106
Binary10000111100100001101110110011110001101101111010101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8790DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8790DD; }

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

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

<style>
 a { background-color: #8790DD; }

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

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

<style>
 span { border-color: #8790DD; }

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

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