Html Css Color HEX #836FAE Deluge

📋 copy color: '#836FAE'

red 131 ◦ green 111 ◦ blue 174

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

Shades of Deluge #836FAE

Tints of Deluge #836FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 31.49%
G = 26.68%
B = 41.83%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#836FAE (or 0x836FAE) is known color: Deluge. HEX triplet: 83, 6F and AE. RGB value is (131,111,174). Sum of RGB (Red+Green+Blue) = 131+111+174=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #836FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836FAE is #7C9051. Grayscale: #7B7B7B. Windows color (decimal): -8163410 or 11431811. OLE color: 11431811.

HSL color Cylindrical-coordinate representation of color #836FAE: hue angle of 259.05º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #836FAE is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 111 174 -
CMYK 0.25 0.36 0 0.32
HSL 259.05º 0.28% 0.56% -
HSV(B) 259.05º 0.36% 0.68% -
XYZ 22.68 19.25 42.56 -
YUV 124.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 131 111 174 0.25 0.36 0 0.32 259.05 0.28 0.56
Hex 83 6F AE 19 24 0 20 103 1C 38
Octal 203 157 256 31 44 0 40 403 34 70
Binary 10000011 1101111 10101110 11001 100100 0 100000 100000011 11100 111000

Color Harmonies of #836FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FAE

Black with #836FAE

Text Example


Text Example

White with #836FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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