Html Css Color HEX #856CAF Deluge

📋 copy color: '#856CAF'

red 133 ◦ green 108 ◦ blue 175

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

Shades of Deluge #856CAF

Tints of Deluge #856CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.96%

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 31.97%
G = 25.96%
B = 42.07%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#856CAF (or 0x856CAF) is known color: Deluge. HEX triplet: 85, 6C and AF. RGB value is (133,108,175). Sum of RGB (Red+Green+Blue) = 133+108+175=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #856CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856CAF is #7A9350. Grayscale: #7A7A7A. Windows color (decimal): -8033105 or 11496581. OLE color: 11496581.

HSL color Cylindrical-coordinate representation of color #856CAF: hue angle of 262.39º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #856CAF is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 108 175 -
CMYK 0.24 0.38 0 0.31
HSL 262.39º 0.3% 0.55% -
HSV(B) 262.39º 0.38% 0.69% -
XYZ 22.77 18.81 42.99 -
YUV 123.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 133 108 175 0.24 0.38 0 0.31 262.39 0.3 0.55
Hex 85 6C AF 18 26 0 1F 106 1E 37
Octal 205 154 257 30 46 0 37 406 36 67
Binary 10000101 1101100 10101111 11000 100110 0 11111 100000110 11110 110111

Color Harmonies of #856CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CAF

Black with #856CAF

Text Example


Text Example

White with #856CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,108,175); }

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

background-color css

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

 a { background-color: rgb(133,108,175); }

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

border-color css

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

 span { border-color: rgb(133,108,175); }

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