Html Css Color HEX #837BB0 Deluge

📋 copy color: '#837BB0'

red 131 ◦ green 123 ◦ blue 176

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

Shades of Deluge #837BB0

Tints of Deluge #837BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.93%

R = 30.47%
G = 28.6%
B = 40.93%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#837BB0 (or 0x837BB0) is known color: Deluge. HEX triplet: 83, 7B and B0. RGB value is (131,123,176). Sum of RGB (Red+Green+Blue) = 131+123+176=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 176 - color contains mainly: blue. Hex color #837BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837BB0 is #7C844F. Grayscale: #838383. Windows color (decimal): -8160336 or 11565955. OLE color: 11565955.

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

Color convert

RGB 131 123 176 -
CMYK 0.26 0.30 0 0.31
HSL 249.06º 0.25% 0.59% -
HSV(B) 249.06º 0.3% 0.69% -
XYZ 24.28 22.13 44.07 -
YUV 131.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 131 123 176 0.26 0.30 0 0.31 249.06 0.25 0.59
Hex 83 7B B0 1A 1E 0 1F F9 19 3B
Octal 203 173 260 32 36 0 37 371 31 73
Binary 10000011 1111011 10110000 11010 11110 0 11111 11111001 11001 111011

Color Harmonies of #837BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BB0

Black with #837BB0

Text Example


Text Example

White with #837BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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