Html Css Color HEX #856FAB Deluge

📋 copy color: '#856FAB'

red 133 ◦ green 111 ◦ blue 171

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

Shades of Deluge #856FAB

Tints of Deluge #856FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 32.05%
G = 26.75%
B = 41.2%

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

#856FAB (or 0x856FAB) is known color: Deluge. HEX triplet: 85, 6F and AB. RGB value is (133,111,171). Sum of RGB (Red+Green+Blue) = 133+111+171=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #856FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856FAB is #7A9054. Grayscale: #7C7C7C. Windows color (decimal): -8032341 or 11235205. OLE color: 11235205.

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

Color convert

RGB 133 111 171 -
CMYK 0.22 0.35 0 0.33
HSL 262º 0.26% 0.55% -
HSV(B) 262º 0.35% 0.67% -
XYZ 22.71 19.3 41.06 -
YUV 124.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 133 111 171 0.22 0.35 0 0.33 262 0.26 0.55
Hex 85 6F AB 16 23 0 21 106 1A 37
Octal 205 157 253 26 43 0 41 406 32 67
Binary 10000101 1101111 10101011 10110 100011 0 100001 100000110 11010 110111

Color Harmonies of #856FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FAB

Black with #856FAB

Text Example


Text Example

White with #856FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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