Html Css Color HEX #836EB4 Deluge

📋 copy color: '#836EB4'

red 131 ◦ green 110 ◦ blue 180

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

Shades of Deluge #836EB4

Tints of Deluge #836EB4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.13%

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

R = 31.12%
G = 26.13%
B = 42.76%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#836EB4 (or 0x836EB4) is known color: Deluge. HEX triplet: 83, 6E and B4. RGB value is (131,110,180). Sum of RGB (Red+Green+Blue) = 131+110+180=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #836EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EB4 is #7C914B. Grayscale: #7B7B7B. Windows color (decimal): -8163660 or 11824771. OLE color: 11824771.

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

Color convert

RGB 131 110 180 -
CMYK 0.27 0.39 0 0.29
HSL 258º 0.32% 0.57% -
HSV(B) 258º 0.39% 0.71% -
XYZ 23.17 19.27 45.68 -
YUV 124.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 131 110 180 0.27 0.39 0 0.29 258 0.32 0.57
Hex 83 6E B4 1B 27 0 1D 102 20 39
Octal 203 156 264 33 47 0 35 402 40 71
Binary 10000011 1101110 10110100 11011 100111 0 11101 100000010 100000 111001

Color Harmonies of #836EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EB4

Black with #836EB4

Text Example


Text Example

White with #836EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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