Html Css Color HEX #837CAC Deluge

📋 copy color: '#837CAC'

red 131 ◦ green 124 ◦ blue 172

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

Shades of Deluge #837CAC

Tints of Deluge #837CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.04%

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 30.68%
G = 29.04%
B = 40.28%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#837CAC (or 0x837CAC) is known color: Deluge. HEX triplet: 83, 7C and AC. RGB value is (131,124,172). Sum of RGB (Red+Green+Blue) = 131+124+172=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #837CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837CAC is #7C8353. Grayscale: #838383. Windows color (decimal): -8160084 or 11304067. OLE color: 11304067.

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

Color convert

RGB 131 124 172 -
CMYK 0.24 0.28 0 0.33
HSL 248.75º 0.22% 0.58% -
HSV(B) 248.75º 0.28% 0.67% -
XYZ 24.01 22.22 42.05 -
YUV 131.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 131 124 172 0.24 0.28 0 0.33 248.75 0.22 0.58
Hex 83 7C AC 18 1C 0 21 F9 16 3A
Octal 203 174 254 30 34 0 41 371 26 72
Binary 10000011 1111100 10101100 11000 11100 0 100001 11111001 10110 111010

Color Harmonies of #837CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837CAC

Black with #837CAC

Text Example


Text Example

White with #837CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,124,172); }

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

background-color css

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

 a { background-color: rgb(131,124,172); }

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

border-color css

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

 span { border-color: rgb(131,124,172); }

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