#8790DC

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

Shades of Portage #8790DC

Tints of Portage #8790DC

Color information

#8790DC (or 0x8790DC) is unknown color: approx Portage. HEX triplet: 87, 90 and DC. RGB value is (135,144,220). Sum of RGB (Red+Green+Blue) = 135+144+220=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #8790DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8790DC is #786F23. Grayscale: #959595. Windows color (decimal): -7892772 or 14454919. OLE color: 14454919.

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

Color convert

RGB135144220-
CMYK0.390.3500.14
HSL233.65º54.84%69.61%-
HSV(B)233.65º38.64%86.27%-
XYZ32.8830.2671.82-
YUV149.97167.52117.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.05%
GREEN value IS 144 (56.64% from 255) = 28.86%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=27.05%
G=28.86%
B=44.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351442200.390.3500.14233.6554.8469.61
Hex8790DC27230Eea3746
Octal207220334474301635267106
Binary10000111100100001101110010011110001101110111010101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8790DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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