Html Css Color HEX #856EB4 Deluge

📋 copy color: '#856EB4'

red 133 ◦ green 110 ◦ blue 180

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

Shades of Deluge #856EB4

Tints of Deluge #856EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.55%

R = 31.44%
G = 26%
B = 42.55%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#856EB4 (or 0x856EB4) is known color: Deluge. HEX triplet: 85, 6E and B4. RGB value is (133,110,180). Sum of RGB (Red+Green+Blue) = 133+110+180=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #856EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856EB4 is #7A914B. Grayscale: #7C7C7C. Windows color (decimal): -8032588 or 11824773. OLE color: 11824773.

HSL color Cylindrical-coordinate representation of color #856EB4: hue angle of 259.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #856EB4 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 110 180 -
CMYK 0.26 0.39 0 0.29
HSL 259.71º 0.32% 0.57% -
HSV(B) 259.71º 0.39% 0.71% -
XYZ 23.49 19.43 45.69 -
YUV 124.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 133 110 180 0.26 0.39 0 0.29 259.71 0.32 0.57
Hex 85 6E B4 1A 27 0 1D 104 20 39
Octal 205 156 264 32 47 0 35 404 40 71
Binary 10000101 1101110 10110100 11010 100111 0 11101 100000100 100000 111001

Color Harmonies of #856EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EB4

Black with #856EB4

Text Example


Text Example

White with #856EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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