Html Css Color HEX #837698 Deluge

📋 copy color: '#837698'

red 131 ◦ green 118 ◦ blue 152

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

Shades of Deluge #837698

Tints of Deluge #837698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.43%

 BLUE value IS 152 (59.77% from 255) = 37.91%

R = 32.67%
G = 29.43%
B = 37.91%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#837698 (or 0x837698) is known color: Deluge. HEX triplet: 83, 76 and 98. RGB value is (131,118,152). Sum of RGB (Red+Green+Blue) = 131+118+152=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #837698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837698 is #7C8967. Grayscale: #7D7D7D. Windows color (decimal): -8161640 or 9991811. OLE color: 9991811.

HSL color Cylindrical-coordinate representation of color #837698: hue angle of 262.94º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #837698 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 118 152 -
CMYK 0.14 0.22 0 0.40
HSL 262.94º 0.14% 0.53% -
HSV(B) 262.94º 0.22% 0.6% -
XYZ 21.51 20.05 32.44 -
YUV 125.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 131 118 152 0.14 0.22 0 0.40 262.94 0.14 0.53
Hex 83 76 98 E 16 0 28 107 E 35
Octal 203 166 230 16 26 0 50 407 16 65
Binary 10000011 1110110 10011000 1110 10110 0 101000 100000111 1110 110101

Color Harmonies of #837698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837698

Black with #837698

Text Example


Text Example

White with #837698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837698; }

 p { color: rgb(131,118,152); }

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

background-color css

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

 a { background-color: rgb(131,118,152); }

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

border-color css

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

 span { border-color: rgb(131,118,152); }

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