Html Css Color HEX #837DA6 Deluge

📋 copy color: '#837DA6'

red 131 ◦ green 125 ◦ blue 166

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

Shades of Deluge #837DA6

Tints of Deluge #837DA6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.62%

 BLUE value IS 166 (65.23% from 255) = 39.34%

R = 31.04%
G = 29.62%
B = 39.34%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#837DA6 (or 0x837DA6) is known color: Deluge. HEX triplet: 83, 7D and A6. RGB value is (131,125,166). Sum of RGB (Red+Green+Blue) = 131+125+166=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 166 - color contains mainly: blue. Hex color #837DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837DA6 is #7C8259. Grayscale: #838383. Windows color (decimal): -8159834 or 10911107. OLE color: 10911107.

HSL color Cylindrical-coordinate representation of color #837DA6: hue angle of 248.78º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #837DA6 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 125 166 -
CMYK 0.21 0.25 0 0.35
HSL 248.78º 0.19% 0.57% -
HSV(B) 248.78º 0.25% 0.65% -
XYZ 23.58 22.25 39.13 -
YUV 131.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 131 125 166 0.21 0.25 0 0.35 248.78 0.19 0.57
Hex 83 7D A6 15 19 0 23 F9 13 39
Octal 203 175 246 25 31 0 43 371 23 71
Binary 10000011 1111101 10100110 10101 11001 0 100011 11111001 10011 111001

Color Harmonies of #837DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DA6

Black with #837DA6

Text Example


Text Example

White with #837DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837DA6; }

 p { color: rgb(131,125,166); }

 H1.HeaderClassName
 {
   color: #837DA6;
 }
 .AnyTagClassName
 {
   color: #837DA6;
 }
</style>

background-color css

<style>
 a { background-color: #837DA6; }

 a { background-color: rgb(131,125,166); }

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

border-color css

<style>
 span { border-color: #837DA6; }

 span { border-color: rgb(131,125,166); }

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