#8795CE

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

Shades of Portage #8795CE

Tints of Portage #8795CE

Color information

#8795CE (or 0x8795CE) is unknown color: approx Portage. HEX triplet: 87, 95 and CE. RGB value is (135,149,206). Sum of RGB (Red+Green+Blue) = 135+149+206=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #8795CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8795CE is #786A31. Grayscale: #979797. Windows color (decimal): -7891506 or 13538695. OLE color: 13538695.

HSL color Cylindrical-coordinate representation of color #8795CE: hue angle of 228.17º 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 #8795CE is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135149206-
CMYK0.340.2800.19
HSL228.17º42.01%66.86%-
HSV(B)228.17º34.47%80.78%-
XYZ31.8831.162.72-
YUV151.31158.86116.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 206 (80.86% from 255) = 42.04%
R=27.55%
G=30.41%
B=42.04%

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
Decimal1351492060.340.2800.19228.1742.0166.86
Hex8795CE221C013e42a43
Octal207225316423402334452103
Binary10000111100101011100111010001011100010011111001001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8795CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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