Html Css Color HEX #837CA6 Deluge

📋 copy color: '#837CA6'

red 131 ◦ green 124 ◦ blue 166

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

Shades of Deluge #837CA6

Tints of Deluge #837CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.43%

R = 31.12%
G = 29.45%
B = 39.43%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#837CA6 (or 0x837CA6) is known color: Deluge. HEX triplet: 83, 7C and A6. RGB value is (131,124,166). Sum of RGB (Red+Green+Blue) = 131+124+166=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 166 - color contains mainly: blue. Hex color #837CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837CA6 is #7C8359. Grayscale: #828282. Windows color (decimal): -8160090 or 10910851. OLE color: 10910851.

HSL color Cylindrical-coordinate representation of color #837CA6: hue angle of 250º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #837CA6 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 124 166 -
CMYK 0.21 0.25 0 0.35
HSL 250º 0.19% 0.57% -
HSV(B) 250º 0.25% 0.65% -
XYZ 23.45 21.99 39.09 -
YUV 130.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 131 124 166 0.21 0.25 0 0.35 250 0.19 0.57
Hex 83 7C A6 15 19 0 23 FA 13 39
Octal 203 174 246 25 31 0 43 372 23 71
Binary 10000011 1111100 10100110 10101 11001 0 100011 11111010 10011 111001

Color Harmonies of #837CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837CA6

Black with #837CA6

Text Example


Text Example

White with #837CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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