Html Css Color HEX #8B948E Envy

📋 copy color: '#8B948E'

red 139 ◦ green 148 ◦ blue 142

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

Shades of Envy #8B948E

Tints of Envy #8B948E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.5%

 BLUE value IS 142 (55.86% from 255) = 33.1%

R = 32.4%
G = 34.5%
B = 33.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#8B948E (or 0x8B948E) is known color: Envy. HEX triplet: 8B, 94 and 8E. RGB value is (139,148,142). Sum of RGB (Red+Green+Blue) = 139+148+142=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 148 - color contains mainly: green. Hex color #8B948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B948E is #746B71. Grayscale: #909090. Windows color (decimal): -7629682 or 9344139. OLE color: 9344139.

HSL color Cylindrical-coordinate representation of color #8B948E: hue angle of 140º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B948E is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 148 142 -
CMYK 0.06 0 0.04 0.42
HSL 140º 0.04% 0.56% -
HSV(B) 140º 0.06% 0.58% -
XYZ 26.12 28.62 29.74 -
YUV 144.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 139 148 142 0.06 0 0.04 0.42 140 0.04 0.56
Hex 8B 94 8E 6 0 4 2A 8C 4 38
Octal 213 224 216 6 0 4 52 214 4 70
Binary 10001011 10010100 10001110 110 0 100 101010 10001100 100 111000

Color Harmonies of #8B948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B948E

Black with #8B948E

Text Example


Text Example

White with #8B948E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,148,142); }

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

background-color css

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

 a { background-color: rgb(139,148,142); }

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

border-color css

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

 span { border-color: rgb(139,148,142); }

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