Html Css Color HEX #856BAE Deluge

📋 copy color: '#856BAE'

red 133 ◦ green 107 ◦ blue 174

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

Shades of Deluge #856BAE

Tints of Deluge #856BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 32.13%
G = 25.85%
B = 42.03%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#856BAE (or 0x856BAE) is known color: Deluge. HEX triplet: 85, 6B and AE. RGB value is (133,107,174). Sum of RGB (Red+Green+Blue) = 133+107+174=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #856BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856BAE is #7A9451. Grayscale: #7A7A7A. Windows color (decimal): -8033362 or 11430789. OLE color: 11430789.

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

Color convert

RGB 133 107 174 -
CMYK 0.24 0.39 0 0.32
HSL 263.28º 0.29% 0.55% -
HSV(B) 263.28º 0.39% 0.68% -
XYZ 22.57 18.56 42.44 -
YUV 122.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 133 107 174 0.24 0.39 0 0.32 263.28 0.29 0.55
Hex 85 6B AE 18 27 0 20 107 1D 37
Octal 205 153 256 30 47 0 40 407 35 67
Binary 10000101 1101011 10101110 11000 100111 0 100000 100000111 11101 110111

Color Harmonies of #856BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BAE

Black with #856BAE

Text Example


Text Example

White with #856BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,107,174); }

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

background-color css

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

 a { background-color: rgb(133,107,174); }

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

border-color css

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

 span { border-color: rgb(133,107,174); }

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