Html Css Color HEX #836CB4 Deluge

📋 copy color: '#836CB4'

red 131 ◦ green 108 ◦ blue 180

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

Shades of Deluge #836CB4

Tints of Deluge #836CB4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.78%

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

R = 31.26%
G = 25.78%
B = 42.96%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#836CB4 (or 0x836CB4) is known color: Deluge. HEX triplet: 83, 6C and B4. RGB value is (131,108,180). Sum of RGB (Red+Green+Blue) = 131+108+180=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #836CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CB4 is #7C934B. Grayscale: #7A7A7A. Windows color (decimal): -8164172 or 11824259. OLE color: 11824259.

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

Color convert

RGB 131 108 180 -
CMYK 0.27 0.40 0 0.29
HSL 259.17º 0.32% 0.56% -
HSV(B) 259.17º 0.4% 0.71% -
XYZ 22.96 18.85 45.61 -
YUV 123.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 131 108 180 0.27 0.40 0 0.29 259.17 0.32 0.56
Hex 83 6C B4 1B 28 0 1D 103 20 38
Octal 203 154 264 33 50 0 35 403 40 70
Binary 10000011 1101100 10110100 11011 101000 0 11101 100000011 100000 111000

Color Harmonies of #836CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CB4

Black with #836CB4

Text Example


Text Example

White with #836CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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