Html Css Color HEX #837BA4 Deluge

📋 copy color: '#837BA4'

red 131 ◦ green 123 ◦ blue 164

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

Shades of Deluge #837BA4

Tints of Deluge #837BA4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.43%

 BLUE value IS 164 (64.45% from 255) = 39.23%

R = 31.34%
G = 29.43%
B = 39.23%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#837BA4 (or 0x837BA4) is known color: Deluge. HEX triplet: 83, 7B and A4. RGB value is (131,123,164). Sum of RGB (Red+Green+Blue) = 131+123+164=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 164 - color contains mainly: blue. Hex color #837BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837BA4 is #7C845B. Grayscale: #818181. Windows color (decimal): -8160348 or 10779523. OLE color: 10779523.

HSL color Cylindrical-coordinate representation of color #837BA4: hue angle of 251.71º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #837BA4 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 123 164 -
CMYK 0.20 0.25 0 0.36
HSL 251.71º 0.18% 0.56% -
HSV(B) 251.71º 0.25% 0.64% -
XYZ 23.14 21.67 38.09 -
YUV 130.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 131 123 164 0.20 0.25 0 0.36 251.71 0.18 0.56
Hex 83 7B A4 14 19 0 24 FC 12 38
Octal 203 173 244 24 31 0 44 374 22 70
Binary 10000011 1111011 10100100 10100 11001 0 100100 11111100 10010 111000

Color Harmonies of #837BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BA4

Black with #837BA4

Text Example


Text Example

White with #837BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,123,164); }

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

background-color css

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

 a { background-color: rgb(131,123,164); }

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

border-color css

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

 span { border-color: rgb(131,123,164); }

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