Html Css Color HEX #8A8399 Deluge

📋 copy color: '#8A8399'

red 138 ◦ green 131 ◦ blue 153

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

Shades of Deluge #8A8399

Tints of Deluge #8A8399

RGB

 RED value IS 138 (54.3% from 255) = 32.7%

 GREEN value IS 131 (51.56% from 255) = 31.04%

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 32.7%
G = 31.04%
B = 36.26%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8A8399 (or 0x8A8399) is known color: Deluge. HEX triplet: 8A, 83 and 99. RGB value is (138,131,153). Sum of RGB (Red+Green+Blue) = 138+131+153=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A8399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8399 is #757C66. Grayscale: #878787. Windows color (decimal): -7699559 or 10060682. OLE color: 10060682.

HSL color Cylindrical-coordinate representation of color #8A8399: hue angle of 259.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A8399 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 131 153 -
CMYK 0.10 0.14 0 0.4
HSL 259.09º 0.1% 0.56% -
HSV(B) 259.09º 0.14% 0.6% -
XYZ 24.35 23.94 33.47 -
YUV 135.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 138 131 153 0.10 0.14 0 0.4 259.09 0.1 0.56
Hex 8A 83 99 A E 0 28 103 A 38
Octal 212 203 231 12 16 0 50 403 12 70
Binary 10001010 10000011 10011001 1010 1110 0 101000 100000011 1010 111000

Color Harmonies of #8A8399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8399

Black with #8A8399

Text Example


Text Example

White with #8A8399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8399; }

 p { color: rgb(138,131,153); }

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

background-color css

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

 a { background-color: rgb(138,131,153); }

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

border-color css

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

 span { border-color: rgb(138,131,153); }

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