Html Css Color HEX #8A8099 Deluge

📋 copy color: '#8A8099'

red 138 ◦ green 128 ◦ blue 153

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

Shades of Deluge #8A8099

Tints of Deluge #8A8099

RGB

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

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

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

R = 32.94%
G = 30.55%
B = 36.52%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8A8099 (or 0x8A8099) is known color: Deluge. HEX triplet: 8A, 80 and 99. RGB value is (138,128,153). Sum of RGB (Red+Green+Blue) = 138+128+153=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A8099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8099 is #757F66. Grayscale: #858585. Windows color (decimal): -7700327 or 10059914. OLE color: 10059914.

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

Color convert

RGB 138 128 153 -
CMYK 0.10 0.16 0 0.4
HSL 264º 0.11% 0.55% -
HSV(B) 264º 0.16% 0.6% -
XYZ 23.95 23.14 33.34 -
YUV 133.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 138 128 153 0.10 0.16 0 0.4 264 0.11 0.55
Hex 8A 80 99 A 10 0 28 108 B 37
Octal 212 200 231 12 20 0 50 410 13 67
Binary 10001010 10000000 10011001 1010 10000 0 101000 100001000 1011 110111

Color Harmonies of #8A8099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8099

Black with #8A8099

Text Example


Text Example

White with #8A8099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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