Html Css Color HEX #856EA2 Deluge

📋 copy color: '#856EA2'

red 133 ◦ green 110 ◦ blue 162

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

Shades of Deluge #856EA2

Tints of Deluge #856EA2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.16%

 BLUE value IS 162 (63.67% from 255) = 40%

R = 32.84%
G = 27.16%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#856EA2 (or 0x856EA2) is known color: Deluge. HEX triplet: 85, 6E and A2. RGB value is (133,110,162). Sum of RGB (Red+Green+Blue) = 133+110+162=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 162 - color contains mainly: blue. Hex color #856EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856EA2 is #7A915D. Grayscale: #7A7A7A. Windows color (decimal): -8032606 or 10645125. OLE color: 10645125.

HSL color Cylindrical-coordinate representation of color #856EA2: hue angle of 266.54º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #856EA2 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 110 162 -
CMYK 0.18 0.32 0 0.36
HSL 266.54º 0.22% 0.53% -
HSV(B) 266.54º 0.32% 0.64% -
XYZ 21.77 18.75 36.65 -
YUV 122.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 133 110 162 0.18 0.32 0 0.36 266.54 0.22 0.53
Hex 85 6E A2 12 20 0 24 10B 16 35
Octal 205 156 242 22 40 0 44 413 26 65
Binary 10000101 1101110 10100010 10010 100000 0 100100 100001011 10110 110101

Color Harmonies of #856EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EA2

Black with #856EA2

Text Example


Text Example

White with #856EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,110,162); }

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

background-color css

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

 a { background-color: rgb(133,110,162); }

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

border-color css

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

 span { border-color: rgb(133,110,162); }

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