Html Css Color HEX #83759B Deluge

📋 copy color: '#83759B'

red 131 ◦ green 117 ◦ blue 155

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

Shades of Deluge #83759B

Tints of Deluge #83759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.03%

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 32.51%
G = 29.03%
B = 38.46%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83759B (or 0x83759B) is known color: Deluge. HEX triplet: 83, 75 and 9B. RGB value is (131,117,155). Sum of RGB (Red+Green+Blue) = 131+117+155=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #83759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83759B is #7C8A64. Grayscale: #7D7D7D. Windows color (decimal): -8161893 or 10188163. OLE color: 10188163.

HSL color Cylindrical-coordinate representation of color #83759B: hue angle of 262.11º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83759B is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 117 155 -
CMYK 0.15 0.25 0 0.39
HSL 262.11º 0.16% 0.53% -
HSV(B) 262.11º 0.25% 0.61% -
XYZ 21.64 19.91 33.71 -
YUV 125.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 131 117 155 0.15 0.25 0 0.39 262.11 0.16 0.53
Hex 83 75 9B F 19 0 27 106 10 35
Octal 203 165 233 17 31 0 47 406 20 65
Binary 10000011 1110101 10011011 1111 11001 0 100111 100000110 10000 110101

Color Harmonies of #83759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83759B

Black with #83759B

Text Example


Text Example

White with #83759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83759B; }

 p { color: rgb(131,117,155); }

 H1.HeaderClassName
 {
   color: #83759B;
 }
 .AnyTagClassName
 {
   color: #83759B;
 }
</style>

background-color css

<style>
 a { background-color: #83759B; }

 a { background-color: rgb(131,117,155); }

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

border-color css

<style>
 span { border-color: #83759B; }

 span { border-color: rgb(131,117,155); }

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