Html Css Color HEX #8A8199 Deluge

📋 copy color: '#8A8199'

red 138 ◦ green 129 ◦ blue 153

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

Shades of Deluge #8A8199

Tints of Deluge #8A8199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.71%

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

R = 32.86%
G = 30.71%
B = 36.43%

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

#8A8199 (or 0x8A8199) is known color: Deluge. HEX triplet: 8A, 81 and 99. RGB value is (138,129,153). Sum of RGB (Red+Green+Blue) = 138+129+153=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A8199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8199 is #757E66. Grayscale: #868686. Windows color (decimal): -7700071 or 10060170. OLE color: 10060170.

HSL color Cylindrical-coordinate representation of color #8A8199: hue angle of 262.5º 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 #8A8199 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 129 153 -
CMYK 0.10 0.16 0 0.4
HSL 262.5º 0.11% 0.55% -
HSV(B) 262.5º 0.16% 0.6% -
XYZ 24.08 23.4 33.39 -
YUV 134.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 138 129 153 0.10 0.16 0 0.4 262.5 0.11 0.55
Hex 8A 81 99 A 10 0 28 106 B 37
Octal 212 201 231 12 20 0 50 406 13 67
Binary 10001010 10000001 10011001 1010 10000 0 101000 100000110 1011 110111

Color Harmonies of #8A8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8199

Black with #8A8199

Text Example


Text Example

White with #8A8199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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