#8794CE

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

Shades of Portage #8794CE

Tints of Portage #8794CE

Color information

#8794CE (or 0x8794CE) is unknown color: approx Portage. HEX triplet: 87, 94 and CE. RGB value is (135,148,206). Sum of RGB (Red+Green+Blue) = 135+148+206=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #8794CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794CE is #786B31. Grayscale: #969696. Windows color (decimal): -7891762 or 13538439. OLE color: 13538439.

HSL color Cylindrical-coordinate representation of color #8794CE: hue angle of 229.01º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8794CE is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135148206-
CMYK0.340.2800.19
HSL229.01º42.01%66.86%-
HSV(B)229.01º34.47%80.78%-
XYZ31.7230.7962.66-
YUV150.72159.19116.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.61%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=27.61%
G=30.27%
B=42.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351482060.340.2800.19229.0142.0166.86
Hex8794CE221C013e52a43
Octal207224316423402334552103
Binary10000111100101001100111010001011100010011111001011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8794CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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