Html Css Color HEX #856FAA Deluge

📋 copy color: '#856FAA'

red 133 ◦ green 111 ◦ blue 170

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

Shades of Deluge #856FAA

Tints of Deluge #856FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.06%

R = 32.13%
G = 26.81%
B = 41.06%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#856FAA (or 0x856FAA) is known color: Deluge. HEX triplet: 85, 6F and AA. RGB value is (133,111,170). Sum of RGB (Red+Green+Blue) = 133+111+170=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #856FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856FAA is #7A9055. Grayscale: #7C7C7C. Windows color (decimal): -8032342 or 11169669. OLE color: 11169669.

HSL color Cylindrical-coordinate representation of color #856FAA: hue angle of 262.37º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #856FAA is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 111 170 -
CMYK 0.22 0.35 0 0.33
HSL 262.37º 0.26% 0.55% -
HSV(B) 262.37º 0.35% 0.67% -
XYZ 22.61 19.26 40.56 -
YUV 124.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 133 111 170 0.22 0.35 0 0.33 262.37 0.26 0.55
Hex 85 6F AA 16 23 0 21 106 1A 37
Octal 205 157 252 26 43 0 41 406 32 67
Binary 10000101 1101111 10101010 10110 100011 0 100001 100000110 11010 110111

Color Harmonies of #856FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FAA

Black with #856FAA

Text Example


Text Example

White with #856FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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