#8790CD

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

Shades of Portage #8790CD

Tints of Portage #8790CD

Color information

#8790CD (or 0x8790CD) is unknown color: approx Portage. HEX triplet: 87, 90 and CD. RGB value is (135,144,205). Sum of RGB (Red+Green+Blue) = 135+144+205=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #8790CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8790CD is #786F32. Grayscale: #949494. Windows color (decimal): -7892787 or 13471879. OLE color: 13471879.

HSL color Cylindrical-coordinate representation of color #8790CD: hue angle of 232.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8790CD is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135144205-
CMYK0.340.3000.20
HSL232.29º41.18%66.67%-
HSV(B)232.29º34.15%80.39%-
XYZ30.9829.5161.82-
YUV148.26160.02118.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.89%
GREEN value IS 144 (56.64% from 255) = 29.75%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=27.89%
G=29.75%
B=42.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351442050.340.3000.20232.2941.1866.67
Hex8790CD221E014e82943
Octal207220315423602435051103
Binary10000111100100001100110110001011110010100111010001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8790CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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