Html Css Color HEX #836BAF Deluge

📋 copy color: '#836BAF'

red 131 ◦ green 107 ◦ blue 175

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

Shades of Deluge #836BAF

Tints of Deluge #836BAF

RGB

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

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

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

R = 31.72%
G = 25.91%
B = 42.37%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#836BAF (or 0x836BAF) is known color: Deluge. HEX triplet: 83, 6B and AF. RGB value is (131,107,175). Sum of RGB (Red+Green+Blue) = 131+107+175=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #836BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836BAF is #7C9450. Grayscale: #797979. Windows color (decimal): -8164433 or 11496323. OLE color: 11496323.

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

Color convert

RGB 131 107 175 -
CMYK 0.25 0.39 0 0.31
HSL 261.18º 0.3% 0.55% -
HSV(B) 261.18º 0.39% 0.69% -
XYZ 22.36 18.44 42.94 -
YUV 121.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 131 107 175 0.25 0.39 0 0.31 261.18 0.3 0.55
Hex 83 6B AF 19 27 0 1F 105 1E 37
Octal 203 153 257 31 47 0 37 405 36 67
Binary 10000011 1101011 10101111 11001 100111 0 11111 100000101 11110 110111

Color Harmonies of #836BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BAF

Black with #836BAF

Text Example


Text Example

White with #836BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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