Html Css Color HEX #837FA8 Deluge

📋 copy color: '#837FA8'

red 131 ◦ green 127 ◦ blue 168

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

Shades of Deluge #837FA8

Tints of Deluge #837FA8

RGB

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

 GREEN value IS 127 (50% from 255) = 29.81%

 BLUE value IS 168 (66.02% from 255) = 39.44%

R = 30.75%
G = 29.81%
B = 39.44%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#837FA8 (or 0x837FA8) is known color: Deluge. HEX triplet: 83, 7F and A8. RGB value is (131,127,168). Sum of RGB (Red+Green+Blue) = 131+127+168=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 168 - color contains mainly: blue. Hex color #837FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837FA8 is #7C8057. Grayscale: #848484. Windows color (decimal): -8159320 or 11042691. OLE color: 11042691.

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

Color convert

RGB 131 127 168 -
CMYK 0.22 0.24 0 0.34
HSL 245.85º 0.19% 0.58% -
HSV(B) 245.85º 0.24% 0.66% -
XYZ 24.02 22.83 40.19 -
YUV 132.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 131 127 168 0.22 0.24 0 0.34 245.85 0.19 0.58
Hex 83 7F A8 16 18 0 22 F6 13 3A
Octal 203 177 250 26 30 0 42 366 23 72
Binary 10000011 1111111 10101000 10110 11000 0 100010 11110110 10011 111010

Color Harmonies of #837FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FA8

Black with #837FA8

Text Example


Text Example

White with #837FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,127,168); }

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

background-color css

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

 a { background-color: rgb(131,127,168); }

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

border-color css

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

 span { border-color: rgb(131,127,168); }

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