Html Css Color HEX #836FA0 Deluge

📋 copy color: '#836FA0'

red 131 ◦ green 111 ◦ blue 160

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

Shades of Deluge #836FA0

Tints of Deluge #836FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.8%

R = 32.59%
G = 27.61%
B = 39.8%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#836FA0 (or 0x836FA0) is known color: Deluge. HEX triplet: 83, 6F and A0. RGB value is (131,111,160). Sum of RGB (Red+Green+Blue) = 131+111+160=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 160 - color contains mainly: blue. Hex color #836FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836FA0 is #7C905F. Grayscale: #7A7A7A. Windows color (decimal): -8163424 or 10514307. OLE color: 10514307.

HSL color Cylindrical-coordinate representation of color #836FA0: hue angle of 264.49º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #836FA0 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 111 160 -
CMYK 0.18 0.31 0 0.37
HSL 264.49º 0.21% 0.53% -
HSV(B) 264.49º 0.31% 0.63% -
XYZ 21.39 18.73 35.75 -
YUV 122.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 131 111 160 0.18 0.31 0 0.37 264.49 0.21 0.53
Hex 83 6F A0 12 1F 0 25 108 15 35
Octal 203 157 240 22 37 0 45 410 25 65
Binary 10000011 1101111 10100000 10010 11111 0 100101 100001000 10101 110101

Color Harmonies of #836FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FA0

Black with #836FA0

Text Example


Text Example

White with #836FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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