Html Css Color HEX #836EB3 Deluge

📋 copy color: '#836EB3'

red 131 ◦ green 110 ◦ blue 179

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

Shades of Deluge #836EB3

Tints of Deluge #836EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.62%

R = 31.19%
G = 26.19%
B = 42.62%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#836EB3 (or 0x836EB3) is known color: Deluge. HEX triplet: 83, 6E and B3. RGB value is (131,110,179). Sum of RGB (Red+Green+Blue) = 131+110+179=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #836EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EB3 is #7C914C. Grayscale: #7B7B7B. Windows color (decimal): -8163661 or 11759235. OLE color: 11759235.

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

Color convert

RGB 131 110 179 -
CMYK 0.27 0.39 0 0.30
HSL 258.26º 0.31% 0.57% -
HSV(B) 258.26º 0.39% 0.7% -
XYZ 23.07 19.23 45.14 -
YUV 124.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 131 110 179 0.27 0.39 0 0.30 258.26 0.31 0.57
Hex 83 6E B3 1B 27 0 1E 102 1F 39
Octal 203 156 263 33 47 0 36 402 37 71
Binary 10000011 1101110 10110011 11011 100111 0 11110 100000010 11111 111001

Color Harmonies of #836EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EB3

Black with #836EB3

Text Example


Text Example

White with #836EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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