#8793DF

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

Shades of Portage #8793DF

Tints of Portage #8793DF

Color information

#8793DF (or 0x8793DF) is unknown color: approx Portage. HEX triplet: 87, 93 and DF. RGB value is (135,147,223). Sum of RGB (Red+Green+Blue) = 135+147+223=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #8793DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8793DF is #786C20. Grayscale: #979797. Windows color (decimal): -7892001 or 14652295. OLE color: 14652295.

HSL color Cylindrical-coordinate representation of color #8793DF: hue angle of 231.82º degrees, saturation: 0.58, 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 #8793DF is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135147223-
CMYK0.390.3400.13
HSL231.82º57.89%70.2%-
HSV(B)231.82º39.46%87.45%-
XYZ33.7431.3574.08-
YUV152.08168.02115.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.73%
GREEN value IS 147 (57.81% from 255) = 29.11%
BLUE value IS 223 (87.5% from 255) = 44.16%
R=26.73%
G=29.11%
B=44.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351472230.390.3400.13231.8257.8970.2
Hex8793DF27220De83a46
Octal207223337474201535072106
Binary10000111100100111101111110011110001001101111010001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8793DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8793DF; }

 p { color: rgb(135,147,223); }

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

<style>
 a { background-color: #8793DF; }

 a { background-color: rgb(135,147,223); }

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

<style>
 span { border-color: #8793DF; }

 span { border-color: rgb(135,147,223); }

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