#8794DE

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

Shades of Portage #8794DE

Tints of Portage #8794DE

Color information

#8794DE (or 0x8794DE) is unknown color: approx Portage. HEX triplet: 87, 94 and DE. RGB value is (135,148,222). Sum of RGB (Red+Green+Blue) = 135+148+222=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #8794DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794DE is #786B21. Grayscale: #989898. Windows color (decimal): -7891746 or 14587015. OLE color: 14587015.

HSL color Cylindrical-coordinate representation of color #8794DE: hue angle of 231.03º degrees, saturation: 0.57, 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 #8794DE is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135148222-
CMYK0.390.3300.13
HSL231.03º56.86%70%-
HSV(B)231.03º39.19%87.06%-
XYZ33.7731.673.43-
YUV152.55167.19115.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.73%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=26.73%
G=29.31%
B=43.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351482220.390.3300.13231.0356.8670
Hex8794DE27210De73946
Octal207224336474101534771106
Binary10000111100101001101111010011110000101101111001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8794DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8794DE; }

 p { color: rgb(135,148,222); }

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

<style>
 a { background-color: #8794DE; }

 a { background-color: rgb(135,148,222); }

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

<style>
 span { border-color: #8794DE; }

 span { border-color: rgb(135,148,222); }

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