Html Css Color HEX #837CAF Deluge

📋 copy color: '#837CAF'

red 131 ◦ green 124 ◦ blue 175

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

Shades of Deluge #837CAF

Tints of Deluge #837CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 30.47%
G = 28.84%
B = 40.7%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#837CAF (or 0x837CAF) is known color: Deluge. HEX triplet: 83, 7C and AF. RGB value is (131,124,175). Sum of RGB (Red+Green+Blue) = 131+124+175=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #837CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837CAF is #7C8350. Grayscale: #838383. Windows color (decimal): -8160081 or 11500675. OLE color: 11500675.

HSL color Cylindrical-coordinate representation of color #837CAF: hue angle of 248.24º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #837CAF is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 124 175 -
CMYK 0.25 0.29 0 0.31
HSL 248.24º 0.24% 0.59% -
HSV(B) 248.24º 0.29% 0.69% -
XYZ 24.31 22.34 43.59 -
YUV 131.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 131 124 175 0.25 0.29 0 0.31 248.24 0.24 0.59
Hex 83 7C AF 19 1D 0 1F F8 18 3B
Octal 203 174 257 31 35 0 37 370 30 73
Binary 10000011 1111100 10101111 11001 11101 0 11111 11111000 11000 111011

Color Harmonies of #837CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837CAF

Black with #837CAF

Text Example


Text Example

White with #837CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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