Html Css Color HEX #837FAC Deluge

📋 copy color: '#837FAC'

red 131 ◦ green 127 ◦ blue 172

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

Shades of Deluge #837FAC

Tints of Deluge #837FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40%

R = 30.47%
G = 29.53%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#837FAC (or 0x837FAC) is known color: Deluge. HEX triplet: 83, 7F and AC. RGB value is (131,127,172). Sum of RGB (Red+Green+Blue) = 131+127+172=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #837FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837FAC is #7C8053. Grayscale: #858585. Windows color (decimal): -8159316 or 11304835. OLE color: 11304835.

HSL color Cylindrical-coordinate representation of color #837FAC: hue angle of 245.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #837FAC is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 127 172 -
CMYK 0.24 0.26 0 0.33
HSL 245.33º 0.21% 0.59% -
HSV(B) 245.33º 0.26% 0.67% -
XYZ 24.4 22.98 42.18 -
YUV 133.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 131 127 172 0.24 0.26 0 0.33 245.33 0.21 0.59
Hex 83 7F AC 18 1A 0 21 F5 15 3B
Octal 203 177 254 30 32 0 41 365 25 73
Binary 10000011 1111111 10101100 11000 11010 0 100001 11110101 10101 111011

Color Harmonies of #837FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FAC

Black with #837FAC

Text Example


Text Example

White with #837FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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