Html Css Color HEX #836AB4 Deluge

📋 copy color: '#836AB4'

red 131 ◦ green 106 ◦ blue 180

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

Shades of Deluge #836AB4

Tints of Deluge #836AB4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.42%

 BLUE value IS 180 (70.7% from 255) = 43.17%

R = 31.41%
G = 25.42%
B = 43.17%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#836AB4 (or 0x836AB4) is known color: Deluge. HEX triplet: 83, 6A and B4. RGB value is (131,106,180). Sum of RGB (Red+Green+Blue) = 131+106+180=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #836AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836AB4 is #7C954B. Grayscale: #797979. Windows color (decimal): -8164684 or 11823747. OLE color: 11823747.

HSL color Cylindrical-coordinate representation of color #836AB4: hue angle of 260.27º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #836AB4 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 106 180 -
CMYK 0.27 0.41 0 0.29
HSL 260.27º 0.33% 0.56% -
HSV(B) 260.27º 0.41% 0.71% -
XYZ 22.75 18.43 45.54 -
YUV 121.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 131 106 180 0.27 0.41 0 0.29 260.27 0.33 0.56
Hex 83 6A B4 1B 29 0 1D 104 21 38
Octal 203 152 264 33 51 0 35 404 41 70
Binary 10000011 1101010 10110100 11011 101001 0 11101 100000100 100001 111000

Color Harmonies of #836AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836AB4

Black with #836AB4

Text Example


Text Example

White with #836AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,106,180); }

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

background-color css

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

 a { background-color: rgb(131,106,180); }

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

border-color css

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

 span { border-color: rgb(131,106,180); }

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