Html Css Color HEX #836EAF Deluge

📋 copy color: '#836EAF'

red 131 ◦ green 110 ◦ blue 175

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

Shades of Deluge #836EAF

Tints of Deluge #836EAF

RGB

 RED value IS 131 (51.56% from 255) = 31.49%

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

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

R = 31.49%
G = 26.44%
B = 42.07%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#836EAF (or 0x836EAF) is known color: Deluge. HEX triplet: 83, 6E and AF. RGB value is (131,110,175). Sum of RGB (Red+Green+Blue) = 131+110+175=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 110 (43.36% from 255 or 26.44% 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 #836EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836EAF is #7C9150. Grayscale: #7B7B7B. Windows color (decimal): -8163665 or 11497091. OLE color: 11497091.

HSL color Cylindrical-coordinate representation of color #836EAF: hue angle of 259.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #836EAF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 110 175 -
CMYK 0.25 0.37 0 0.31
HSL 259.38º 0.29% 0.56% -
HSV(B) 259.38º 0.37% 0.69% -
XYZ 22.67 19.07 43.04 -
YUV 123.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 131 110 175 0.25 0.37 0 0.31 259.38 0.29 0.56
Hex 83 6E AF 19 25 0 1F 103 1D 38
Octal 203 156 257 31 45 0 37 403 35 70
Binary 10000011 1101110 10101111 11001 100101 0 11111 100000011 11101 111000

Color Harmonies of #836EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EAF

Black with #836EAF

Text Example


Text Example

White with #836EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836EAF; }

 p { color: rgb(131,110,175); }

 H1.HeaderClassName
 {
   color: #836EAF;
 }
 .AnyTagClassName
 {
   color: #836EAF;
 }
</style>

background-color css

<style>
 a { background-color: #836EAF; }

 a { background-color: rgb(131,110,175); }

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

border-color css

<style>
 span { border-color: #836EAF; }

 span { border-color: rgb(131,110,175); }

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