#8765AE

Color #8765AE Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8765AE

Tints of Deluge #8765AE

Color information

#8765AE (or 0x8765AE) is unknown color: approx Deluge. HEX triplet: 87, 65 and AE. RGB value is (135,101,174). Sum of RGB (Red+Green+Blue) = 135+101+174=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #8765AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8765AE is #789A51. Grayscale: #777777. Windows color (decimal): -7903826 or 11429255. OLE color: 11429255.

HSL color Cylindrical-coordinate representation of color #8765AE: hue angle of 267.95º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8765AE is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135101174-
CMYK0.220.4200.32
HSL267.95º31.06%53.92%-
HSV(B)267.95º41.95%68.24%-
XYZ22.2917.5142.25-
YUV119.49158.76139.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.93%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=32.93%
G=24.63%
B=42.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351011740.220.4200.32267.9531.0653.92
Hex8765AE162A02010c1f36
Octal20714525626520404143766
Binary1000011111001011010111010110101010010000010000110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8765AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8765AE; }

 p { color: rgb(135,101,174); }

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

<style>
 a { background-color: #8765AE; }

 a { background-color: rgb(135,101,174); }

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

<style>
 span { border-color: #8765AE; }

 span { border-color: rgb(135,101,174); }

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