#8790D7

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

Shades of Portage #8790D7

Tints of Portage #8790D7

Color information

#8790D7 (or 0x8790D7) is unknown color: approx Portage. HEX triplet: 87, 90 and D7. RGB value is (135,144,215). Sum of RGB (Red+Green+Blue) = 135+144+215=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #8790D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8790D7 is #786F28. Grayscale: #959595. Windows color (decimal): -7892777 or 14127239. OLE color: 14127239.

HSL color Cylindrical-coordinate representation of color #8790D7: hue angle of 233.25º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8790D7 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB135144215-
CMYK0.370.3300.16
HSL233.25º50%68.63%-
HSV(B)233.25º37.21%84.31%-
XYZ32.233068.38-
YUV149.4165.02117.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.33%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=27.33%
G=29.15%
B=43.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1351442150.370.3300.16233.255068.63
Hex8790D72521010e93245
Octal207220327454102035162105
Binary100001111001000011010111100101100001010000111010011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8790D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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