Html Css Color HEX #837DAB Deluge

📋 copy color: '#837DAB'

red 131 ◦ green 125 ◦ blue 171

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

Shades of Deluge #837DAB

Tints of Deluge #837DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.05%

R = 30.68%
G = 29.27%
B = 40.05%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#837DAB (or 0x837DAB) is known color: Deluge. HEX triplet: 83, 7D and AB. RGB value is (131,125,171). Sum of RGB (Red+Green+Blue) = 131+125+171=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #837DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837DAB is #7C8254. Grayscale: #838383. Windows color (decimal): -8159829 or 11238787. OLE color: 11238787.

HSL color Cylindrical-coordinate representation of color #837DAB: hue angle of 247.83º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #837DAB is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 125 171 -
CMYK 0.23 0.27 0 0.33
HSL 247.83º 0.21% 0.58% -
HSV(B) 247.83º 0.27% 0.67% -
XYZ 24.04 22.43 41.59 -
YUV 132.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 131 125 171 0.23 0.27 0 0.33 247.83 0.21 0.58
Hex 83 7D AB 17 1B 0 21 F8 15 3A
Octal 203 175 253 27 33 0 41 370 25 72
Binary 10000011 1111101 10101011 10111 11011 0 100001 11111000 10101 111010

Color Harmonies of #837DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DAB

Black with #837DAB

Text Example


Text Example

White with #837DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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