Html Css Color HEX #8B948D Envy

📋 copy color: '#8B948D'

red 139 ◦ green 148 ◦ blue 141

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

Shades of Envy #8B948D

Tints of Envy #8B948D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 32.48%
G = 34.58%
B = 32.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#8B948D (or 0x8B948D) is known color: Envy. HEX triplet: 8B, 94 and 8D. RGB value is (139,148,141). Sum of RGB (Red+Green+Blue) = 139+148+141=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 148 - color contains mainly: green. Hex color #8B948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B948D is #746B72. Grayscale: #909090. Windows color (decimal): -7629683 or 9278603. OLE color: 9278603.

HSL color Cylindrical-coordinate representation of color #8B948D: hue angle of 133.33º 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 #8B948D is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 148 141 -
CMYK 0.06 0 0.05 0.42
HSL 133.33º 0.04% 0.56% -
HSV(B) 133.33º 0.06% 0.58% -
XYZ 26.05 28.59 29.35 -
YUV 144.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 139 148 141 0.06 0 0.05 0.42 133.33 0.04 0.56
Hex 8B 94 8D 6 0 5 2A 85 4 38
Octal 213 224 215 6 0 5 52 205 4 70
Binary 10001011 10010100 10001101 110 0 101 101010 10000101 100 111000

Color Harmonies of #8B948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B948D

Black with #8B948D

Text Example


Text Example

White with #8B948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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