Html Css Color HEX #836FAF Deluge

📋 copy color: '#836FAF'

red 131 ◦ green 111 ◦ blue 175

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

Shades of Deluge #836FAF

Tints of Deluge #836FAF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.62%

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

R = 31.41%
G = 26.62%
B = 41.97%

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

#836FAF (or 0x836FAF) is known color: Deluge. HEX triplet: 83, 6F and AF. RGB value is (131,111,175). Sum of RGB (Red+Green+Blue) = 131+111+175=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #836FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836FAF is #7C9050. Grayscale: #7C7C7C. Windows color (decimal): -8163409 or 11497347. OLE color: 11497347.

HSL color Cylindrical-coordinate representation of color #836FAF: hue angle of 258.75º 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 #836FAF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 111 175 -
CMYK 0.25 0.37 0 0.31
HSL 258.75º 0.29% 0.56% -
HSV(B) 258.75º 0.37% 0.69% -
XYZ 22.78 19.29 43.08 -
YUV 124.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 131 111 175 0.25 0.37 0 0.31 258.75 0.29 0.56
Hex 83 6F AF 19 25 0 1F 103 1D 38
Octal 203 157 257 31 45 0 37 403 35 70
Binary 10000011 1101111 10101111 11001 100101 0 11111 100000011 11101 111000

Color Harmonies of #836FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FAF

Black with #836FAF

Text Example


Text Example

White with #836FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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