Html Css Color HEX #856FA2 Deluge

📋 copy color: '#856FA2'

red 133 ◦ green 111 ◦ blue 162

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

Shades of Deluge #856FA2

Tints of Deluge #856FA2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.34%

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

R = 32.76%
G = 27.34%
B = 39.9%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#856FA2 (or 0x856FA2) is known color: Deluge. HEX triplet: 85, 6F and A2. RGB value is (133,111,162). Sum of RGB (Red+Green+Blue) = 133+111+162=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 162 - color contains mainly: blue. Hex color #856FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856FA2 is #7A905D. Grayscale: #7B7B7B. Windows color (decimal): -8032350 or 10645381. OLE color: 10645381.

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

Color convert

RGB 133 111 162 -
CMYK 0.18 0.31 0 0.36
HSL 265.88º 0.22% 0.54% -
HSV(B) 265.88º 0.31% 0.64% -
XYZ 21.88 18.96 36.69 -
YUV 123.39 149.79 134.85 -
System Red Green Blue C M Y K H S L
Decimal 133 111 162 0.18 0.31 0 0.36 265.88 0.22 0.54
Hex 85 6F A2 12 1F 0 24 10A 16 36
Octal 205 157 242 22 37 0 44 412 26 66
Binary 10000101 1101111 10100010 10010 11111 0 100100 100001010 10110 110110

Color Harmonies of #856FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FA2

Black with #856FA2

Text Example


Text Example

White with #856FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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