Html Css Color HEX #856CAD Deluge

📋 copy color: '#856CAD'

red 133 ◦ green 108 ◦ blue 173

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

Shades of Deluge #856CAD

Tints of Deluge #856CAD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.09%

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

R = 32.13%
G = 26.09%
B = 41.79%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#856CAD (or 0x856CAD) is known color: Deluge. HEX triplet: 85, 6C and AD. RGB value is (133,108,173). Sum of RGB (Red+Green+Blue) = 133+108+173=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #856CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856CAD is #7A9352. Grayscale: #7A7A7A. Windows color (decimal): -8033107 or 11365509. OLE color: 11365509.

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

Color convert

RGB 133 108 173 -
CMYK 0.23 0.38 0 0.32
HSL 263.08º 0.28% 0.55% -
HSV(B) 263.08º 0.38% 0.68% -
XYZ 22.58 18.73 41.96 -
YUV 122.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 133 108 173 0.23 0.38 0 0.32 263.08 0.28 0.55
Hex 85 6C AD 17 26 0 20 107 1C 37
Octal 205 154 255 27 46 0 40 407 34 67
Binary 10000101 1101100 10101101 10111 100110 0 100000 100000111 11100 110111

Color Harmonies of #856CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CAD

Black with #856CAD

Text Example


Text Example

White with #856CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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