Html Css Color HEX #837FAB Deluge

📋 copy color: '#837FAB'

red 131 ◦ green 127 ◦ blue 171

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

Shades of Deluge #837FAB

Tints of Deluge #837FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 30.54%
G = 29.6%
B = 39.86%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#837FAB (or 0x837FAB) is known color: Deluge. HEX triplet: 83, 7F and AB. RGB value is (131,127,171). Sum of RGB (Red+Green+Blue) = 131+127+171=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #837FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837FAB is #7C8054. Grayscale: #858585. Windows color (decimal): -8159317 or 11239299. OLE color: 11239299.

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

Color convert

RGB 131 127 171 -
CMYK 0.23 0.26 0 0.33
HSL 245.45º 0.21% 0.58% -
HSV(B) 245.45º 0.26% 0.67% -
XYZ 24.3 22.94 41.68 -
YUV 133.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 131 127 171 0.23 0.26 0 0.33 245.45 0.21 0.58
Hex 83 7F AB 17 1A 0 21 F5 15 3A
Octal 203 177 253 27 32 0 41 365 25 72
Binary 10000011 1111111 10101011 10111 11010 0 100001 11110101 10101 111010

Color Harmonies of #837FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FAB

Black with #837FAB

Text Example


Text Example

White with #837FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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