Html Css Color HEX #837AAC Deluge

📋 copy color: '#837AAC'

red 131 ◦ green 122 ◦ blue 172

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

Shades of Deluge #837AAC

Tints of Deluge #837AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.71%

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

R = 30.82%
G = 28.71%
B = 40.47%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#837AAC (or 0x837AAC) is known color: Deluge. HEX triplet: 83, 7A and AC. RGB value is (131,122,172). Sum of RGB (Red+Green+Blue) = 131+122+172=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #837AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837AAC is #7C8553. Grayscale: #828282. Windows color (decimal): -8160596 or 11303555. OLE color: 11303555.

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

Color convert

RGB 131 122 172 -
CMYK 0.24 0.29 0 0.33
HSL 250.8º 0.23% 0.58% -
HSV(B) 250.8º 0.29% 0.67% -
XYZ 23.77 21.72 41.97 -
YUV 130.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 131 122 172 0.24 0.29 0 0.33 250.8 0.23 0.58
Hex 83 7A AC 18 1D 0 21 FB 17 3A
Octal 203 172 254 30 35 0 41 373 27 72
Binary 10000011 1111010 10101100 11000 11101 0 100001 11111011 10111 111010

Color Harmonies of #837AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837AAC

Black with #837AAC

Text Example


Text Example

White with #837AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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