Html Css Color HEX #856AAE Deluge

📋 copy color: '#856AAE'

red 133 ◦ green 106 ◦ blue 174

#856AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #856AAE

Tints of Deluge #856AAE

RGB

 RED value IS 133 (52.34% from 255) = 32.2%

 GREEN value IS 106 (41.8% from 255) = 25.67%

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 32.2%
G = 25.67%
B = 42.13%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#856AAE (or 0x856AAE) is known color: Deluge. HEX triplet: 85, 6A and AE. RGB value is (133,106,174). Sum of RGB (Red+Green+Blue) = 133+106+174=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #856AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856AAE is #7A9551. Grayscale: #797979. Windows color (decimal): -8033618 or 11430533. OLE color: 11430533.

HSL color Cylindrical-coordinate representation of color #856AAE: hue angle of 263.82º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #856AAE is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 106 174 -
CMYK 0.24 0.39 0 0.32
HSL 263.82º 0.3% 0.55% -
HSV(B) 263.82º 0.39% 0.68% -
XYZ 22.47 18.35 42.4 -
YUV 121.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 133 106 174 0.24 0.39 0 0.32 263.82 0.3 0.55
Hex 85 6A AE 18 27 0 20 108 1E 37
Octal 205 152 256 30 47 0 40 410 36 67
Binary 10000101 1101010 10101110 11000 100111 0 100000 100001000 11110 110111

Color Harmonies of #856AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856AAE

Black with #856AAE

Text Example


Text Example

White with #856AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856AAE; }

 p { color: rgb(133,106,174); }

 H1.HeaderClassName
 {
   color: #856AAE;
 }
 .AnyTagClassName
 {
   color: #856AAE;
 }
</style>

background-color css

<style>
 a { background-color: #856AAE; }

 a { background-color: rgb(133,106,174); }

 div.DivClassName
 {
   background-color: #856AAE;
 }
 .BgClassName
 {
   background-color: #856AAE;
 }
</style>

border-color css

<style>
 span { border-color: #856AAE; }

 span { border-color: rgb(133,106,174); }

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