Html Css Color HEX #856DAF Deluge

📋 copy color: '#856DAF'

red 133 ◦ green 109 ◦ blue 175

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

Shades of Deluge #856DAF

Tints of Deluge #856DAF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.14%

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 31.89%
G = 26.14%
B = 41.97%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#856DAF (or 0x856DAF) is known color: Deluge. HEX triplet: 85, 6D and AF. RGB value is (133,109,175). Sum of RGB (Red+Green+Blue) = 133+109+175=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #856DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856DAF is #7A9250. Grayscale: #7B7B7B. Windows color (decimal): -8032849 or 11496837. OLE color: 11496837.

HSL color Cylindrical-coordinate representation of color #856DAF: hue angle of 261.82º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #856DAF is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 109 175 -
CMYK 0.24 0.38 0 0.31
HSL 261.82º 0.29% 0.56% -
HSV(B) 261.82º 0.38% 0.69% -
XYZ 22.88 19.02 43.02 -
YUV 123.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 133 109 175 0.24 0.38 0 0.31 261.82 0.29 0.56
Hex 85 6D AF 18 26 0 1F 106 1D 38
Octal 205 155 257 30 46 0 37 406 35 70
Binary 10000101 1101101 10101111 11000 100110 0 11111 100000110 11101 111000

Color Harmonies of #856DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DAF

Black with #856DAF

Text Example


Text Example

White with #856DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,109,175); }

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

background-color css

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

 a { background-color: rgb(133,109,175); }

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

border-color css

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

 span { border-color: rgb(133,109,175); }

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