Html Css Color HEX #837AAB Deluge

📋 copy color: '#837AAB'

red 131 ◦ green 122 ◦ blue 171

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

Shades of Deluge #837AAB

Tints of Deluge #837AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.77%

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

R = 30.9%
G = 28.77%
B = 40.33%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#837AAB (or 0x837AAB) is known color: Deluge. HEX triplet: 83, 7A and AB. RGB value is (131,122,171). Sum of RGB (Red+Green+Blue) = 131+122+171=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #837AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837AAB is #7C8554. Grayscale: #828282. Windows color (decimal): -8160597 or 11238019. OLE color: 11238019.

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

Color convert

RGB 131 122 171 -
CMYK 0.23 0.29 0 0.33
HSL 251.02º 0.23% 0.57% -
HSV(B) 251.02º 0.29% 0.67% -
XYZ 23.67 21.68 41.47 -
YUV 130.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 131 122 171 0.23 0.29 0 0.33 251.02 0.23 0.57
Hex 83 7A AB 17 1D 0 21 FB 17 39
Octal 203 172 253 27 35 0 41 373 27 71
Binary 10000011 1111010 10101011 10111 11101 0 100001 11111011 10111 111001

Color Harmonies of #837AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837AAB

Black with #837AAB

Text Example


Text Example

White with #837AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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