Html Css Color HEX #837A9C Deluge

📋 copy color: '#837A9C'

red 131 ◦ green 122 ◦ blue 156

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

Shades of Deluge #837A9C

Tints of Deluge #837A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.14%

R = 32.03%
G = 29.83%
B = 38.14%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#837A9C (or 0x837A9C) is known color: Deluge. HEX triplet: 83, 7A and 9C. RGB value is (131,122,156). Sum of RGB (Red+Green+Blue) = 131+122+156=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #837A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837A9C is #7C8563. Grayscale: #808080. Windows color (decimal): -8160612 or 10254979. OLE color: 10254979.

HSL color Cylindrical-coordinate representation of color #837A9C: hue angle of 255.88º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #837A9C is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 122 156 -
CMYK 0.16 0.22 0 0.39
HSL 255.88º 0.15% 0.55% -
HSV(B) 255.88º 0.22% 0.61% -
XYZ 22.32 21.14 34.36 -
YUV 128.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 131 122 156 0.16 0.22 0 0.39 255.88 0.15 0.55
Hex 83 7A 9C 10 16 0 27 100 F 37
Octal 203 172 234 20 26 0 47 400 17 67
Binary 10000011 1111010 10011100 10000 10110 0 100111 100000000 1111 110111

Color Harmonies of #837A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A9C

Black with #837A9C

Text Example


Text Example

White with #837A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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