Html Css Color HEX #83769F Deluge

📋 copy color: '#83769F'

red 131 ◦ green 118 ◦ blue 159

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

Shades of Deluge #83769F

Tints of Deluge #83769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.92%

 BLUE value IS 159 (62.5% from 255) = 38.97%

R = 32.11%
G = 28.92%
B = 38.97%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83769F (or 0x83769F) is known color: Deluge. HEX triplet: 83, 76 and 9F. RGB value is (131,118,159). Sum of RGB (Red+Green+Blue) = 131+118+159=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #83769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83769F is #7C8960. Grayscale: #7E7E7E. Windows color (decimal): -8161633 or 10450563. OLE color: 10450563.

HSL color Cylindrical-coordinate representation of color #83769F: hue angle of 259.02º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83769F is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 118 159 -
CMYK 0.18 0.26 0 0.38
HSL 259.02º 0.18% 0.54% -
HSV(B) 259.02º 0.26% 0.62% -
XYZ 22.1 20.29 35.55 -
YUV 126.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 131 118 159 0.18 0.26 0 0.38 259.02 0.18 0.54
Hex 83 76 9F 12 1A 0 26 103 12 36
Octal 203 166 237 22 32 0 46 403 22 66
Binary 10000011 1110110 10011111 10010 11010 0 100110 100000011 10010 110110

Color Harmonies of #83769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83769F

Black with #83769F

Text Example


Text Example

White with #83769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83769F; }

 p { color: rgb(131,118,159); }

 H1.HeaderClassName
 {
   color: #83769F;
 }
 .AnyTagClassName
 {
   color: #83769F;
 }
</style>

background-color css

<style>
 a { background-color: #83769F; }

 a { background-color: rgb(131,118,159); }

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

border-color css

<style>
 span { border-color: #83769F; }

 span { border-color: rgb(131,118,159); }

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