Html Css Color HEX #856BA5 Deluge

📋 copy color: '#856BA5'

red 133 ◦ green 107 ◦ blue 165

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

Shades of Deluge #856BA5

Tints of Deluge #856BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.74%

R = 32.84%
G = 26.42%
B = 40.74%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#856BA5 (or 0x856BA5) is known color: Deluge. HEX triplet: 85, 6B and A5. RGB value is (133,107,165). Sum of RGB (Red+Green+Blue) = 133+107+165=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 165 - color contains mainly: blue. Hex color #856BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856BA5 is #7A945A. Grayscale: #797979. Windows color (decimal): -8033371 or 10840965. OLE color: 10840965.

HSL color Cylindrical-coordinate representation of color #856BA5: hue angle of 266.9º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #856BA5 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 107 165 -
CMYK 0.19 0.35 0 0.35
HSL 266.9º 0.24% 0.53% -
HSV(B) 266.9º 0.35% 0.65% -
XYZ 21.72 18.22 37.97 -
YUV 121.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 133 107 165 0.19 0.35 0 0.35 266.9 0.24 0.53
Hex 85 6B A5 13 23 0 23 10B 18 35
Octal 205 153 245 23 43 0 43 413 30 65
Binary 10000101 1101011 10100101 10011 100011 0 100011 100001011 11000 110101

Color Harmonies of #856BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BA5

Black with #856BA5

Text Example


Text Example

White with #856BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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