Html Css Color HEX #838093 Deluge

📋 copy color: '#838093'

red 131 ◦ green 128 ◦ blue 147

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

Shades of Deluge #838093

Tints of Deluge #838093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.53%

 BLUE value IS 147 (57.81% from 255) = 36.21%

R = 32.27%
G = 31.53%
B = 36.21%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838093 (or 0x838093) is known color: Deluge. HEX triplet: 83, 80 and 93. RGB value is (131,128,147). Sum of RGB (Red+Green+Blue) = 131+128+147=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #838093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838093 is #7C7F6C. Grayscale: #828282. Windows color (decimal): -8159085 or 9666691. OLE color: 9666691.

HSL color Cylindrical-coordinate representation of color #838093: hue angle of 249.47º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #838093 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 128 147 -
CMYK 0.11 0.13 0 0.42
HSL 249.47º 0.08% 0.54% -
HSV(B) 249.47º 0.13% 0.58% -
XYZ 22.35 22.37 30.74 -
YUV 131.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 131 128 147 0.11 0.13 0 0.42 249.47 0.08 0.54
Hex 83 80 93 B D 0 2A F9 8 36
Octal 203 200 223 13 15 0 52 371 10 66
Binary 10000011 10000000 10010011 1011 1101 0 101010 11111001 1000 110110

Color Harmonies of #838093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838093

Black with #838093

Text Example


Text Example

White with #838093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838093; }

 p { color: rgb(131,128,147); }

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

background-color css

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

 a { background-color: rgb(131,128,147); }

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

border-color css

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

 span { border-color: rgb(131,128,147); }

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