Html Css Color HEX #8B8499 Deluge

📋 copy color: '#8B8499'

red 139 ◦ green 132 ◦ blue 153

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

Shades of Deluge #8B8499

Tints of Deluge #8B8499

RGB

 RED value IS 139 (54.69% from 255) = 32.78%

 GREEN value IS 132 (51.95% from 255) = 31.13%

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

R = 32.78%
G = 31.13%
B = 36.08%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8B8499 (or 0x8B8499) is known color: Deluge. HEX triplet: 8B, 84 and 99. RGB value is (139,132,153). Sum of RGB (Red+Green+Blue) = 139+132+153=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B8499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8499 is #747B66. Grayscale: #888888. Windows color (decimal): -7633767 or 10060939. OLE color: 10060939.

HSL color Cylindrical-coordinate representation of color #8B8499: hue angle of 260º degrees, saturation: 0.09, 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 #8B8499 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 139 132 153 -
CMYK 0.09 0.14 0 0.4
HSL 260º 0.09% 0.56% -
HSV(B) 260º 0.14% 0.6% -
XYZ 24.65 24.29 33.53 -
YUV 136.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 139 132 153 0.09 0.14 0 0.4 260 0.09 0.56
Hex 8B 84 99 9 E 0 28 104 9 38
Octal 213 204 231 11 16 0 50 404 11 70
Binary 10001011 10000100 10011001 1001 1110 0 101000 100000100 1001 111000

Color Harmonies of #8B8499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8499

Black with #8B8499

Text Example


Text Example

White with #8B8499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,132,153); }

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

background-color css

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

 a { background-color: rgb(139,132,153); }

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

border-color css

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

 span { border-color: rgb(139,132,153); }

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