Html Css Color HEX #856FAD Deluge

📋 copy color: '#856FAD'

red 133 ◦ green 111 ◦ blue 173

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

Shades of Deluge #856FAD

Tints of Deluge #856FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 31.89%
G = 26.62%
B = 41.49%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#856FAD (or 0x856FAD) is known color: Deluge. HEX triplet: 85, 6F and AD. RGB value is (133,111,173). Sum of RGB (Red+Green+Blue) = 133+111+173=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #856FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856FAD is #7A9052. Grayscale: #7C7C7C. Windows color (decimal): -8032339 or 11366277. OLE color: 11366277.

HSL color Cylindrical-coordinate representation of color #856FAD: hue angle of 261.29º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #856FAD is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 111 173 -
CMYK 0.23 0.36 0 0.32
HSL 261.29º 0.27% 0.56% -
HSV(B) 261.29º 0.36% 0.68% -
XYZ 22.9 19.37 42.07 -
YUV 124.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 133 111 173 0.23 0.36 0 0.32 261.29 0.27 0.56
Hex 85 6F AD 17 24 0 20 105 1B 38
Octal 205 157 255 27 44 0 40 405 33 70
Binary 10000101 1101111 10101101 10111 100100 0 100000 100000101 11011 111000

Color Harmonies of #856FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FAD

Black with #856FAD

Text Example


Text Example

White with #856FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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