Html Css Color HEX #856EB2 Deluge

📋 copy color: '#856EB2'

red 133 ◦ green 110 ◦ blue 178

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

Shades of Deluge #856EB2

Tints of Deluge #856EB2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.13%

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 31.59%
G = 26.13%
B = 42.28%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#856EB2 (or 0x856EB2) is known color: Deluge. HEX triplet: 85, 6E and B2. RGB value is (133,110,178). Sum of RGB (Red+Green+Blue) = 133+110+178=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 178 - color contains mainly: blue. Hex color #856EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856EB2 is #7A914D. Grayscale: #7C7C7C. Windows color (decimal): -8032590 or 11693701. OLE color: 11693701.

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

Color convert

RGB 133 110 178 -
CMYK 0.25 0.38 0 0.30
HSL 260.29º 0.31% 0.56% -
HSV(B) 260.29º 0.38% 0.7% -
XYZ 23.28 19.35 44.63 -
YUV 124.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 133 110 178 0.25 0.38 0 0.30 260.29 0.31 0.56
Hex 85 6E B2 19 26 0 1E 104 1F 38
Octal 205 156 262 31 46 0 36 404 37 70
Binary 10000101 1101110 10110010 11001 100110 0 11110 100000100 11111 111000

Color Harmonies of #856EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EB2

Black with #856EB2

Text Example


Text Example

White with #856EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,110,178); }

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

background-color css

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

 a { background-color: rgb(133,110,178); }

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

border-color css

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

 span { border-color: rgb(133,110,178); }

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