Html Css Color HEX #836FB3 Deluge

📋 copy color: '#836FB3'

red 131 ◦ green 111 ◦ blue 179

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

Shades of Deluge #836FB3

Tints of Deluge #836FB3

RGB

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

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

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

R = 31.12%
G = 26.37%
B = 42.52%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#836FB3 (or 0x836FB3) is known color: Deluge. HEX triplet: 83, 6F and B3. RGB value is (131,111,179). Sum of RGB (Red+Green+Blue) = 131+111+179=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #836FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FB3 is #7C904C. Grayscale: #7C7C7C. Windows color (decimal): -8163405 or 11759491. OLE color: 11759491.

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

Color convert

RGB 131 111 179 -
CMYK 0.27 0.38 0 0.30
HSL 257.65º 0.31% 0.57% -
HSV(B) 257.65º 0.38% 0.7% -
XYZ 23.18 19.45 45.18 -
YUV 124.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 131 111 179 0.27 0.38 0 0.30 257.65 0.31 0.57
Hex 83 6F B3 1B 26 0 1E 102 1F 39
Octal 203 157 263 33 46 0 36 402 37 71
Binary 10000011 1101111 10110011 11011 100110 0 11110 100000010 11111 111001

Color Harmonies of #836FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FB3

Black with #836FB3

Text Example


Text Example

White with #836FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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