Html Css Color HEX #856FAC Deluge

📋 copy color: '#856FAC'

red 133 ◦ green 111 ◦ blue 172

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

Shades of Deluge #856FAC

Tints of Deluge #856FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 31.97%
G = 26.68%
B = 41.35%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#856FAC (or 0x856FAC) is known color: Deluge. HEX triplet: 85, 6F and AC. RGB value is (133,111,172). Sum of RGB (Red+Green+Blue) = 133+111+172=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #856FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856FAC is #7A9053. Grayscale: #7C7C7C. Windows color (decimal): -8032340 or 11300741. OLE color: 11300741.

HSL color Cylindrical-coordinate representation of color #856FAC: hue angle of 261.64º degrees, saturation: 0.27, 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 #856FAC is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 111 172 -
CMYK 0.23 0.35 0 0.33
HSL 261.64º 0.27% 0.55% -
HSV(B) 261.64º 0.35% 0.67% -
XYZ 22.8 19.33 41.56 -
YUV 124.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 133 111 172 0.23 0.35 0 0.33 261.64 0.27 0.55
Hex 85 6F AC 17 23 0 21 106 1B 37
Octal 205 157 254 27 43 0 41 406 33 67
Binary 10000101 1101111 10101100 10111 100011 0 100001 100000110 11011 110111

Color Harmonies of #856FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FAC

Black with #856FAC

Text Example


Text Example

White with #856FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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