Html Css Color HEX #948E8D Suva Grey

📋 copy color: '#948E8D'

red 148 ◦ green 142 ◦ blue 141

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

Shades of Suva Grey #948E8D

Tints of Suva Grey #948E8D

RGB

 RED value IS 148 (58.2% from 255) = 34.34%

 GREEN value IS 142 (55.86% from 255) = 32.95%

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

R = 34.34%
G = 32.95%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#948E8D (or 0x948E8D) is known color: Suva Grey. HEX triplet: 94, 8E and 8D. RGB value is (148,142,141). Sum of RGB (Red+Green+Blue) = 148+142+141=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 148 - color contains mainly: red. Hex color #948E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E8D is #6B7172. Grayscale: #8F8F8F. Windows color (decimal): -7041395 or 9277076. OLE color: 9277076.

HSL color Cylindrical-coordinate representation of color #948E8D: hue angle of 8.57º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #948E8D is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 142 141 -
CMYK 0 0.04 0.05 0.42
HSL 8.57º 0.03% 0.57% -
HSV(B) 8.57º 0.05% 0.58% -
XYZ 26.69 27.56 29.11 -
YUV 143.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 148 142 141 0 0.04 0.05 0.42 8.57 0.03 0.57
Hex 94 8E 8D 0 4 5 2A 9 3 39
Octal 224 216 215 0 4 5 52 11 3 71
Binary 10010100 10001110 10001101 0 100 101 101010 1001 11 111001

Color Harmonies of #948E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E8D

Black with #948E8D

Text Example


Text Example

White with #948E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948E8D; }

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

 H1.HeaderClassName
 {
   color: #948E8D;
 }
 .AnyTagClassName
 {
   color: #948E8D;
 }
</style>

background-color css

<style>
 a { background-color: #948E8D; }

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

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

border-color css

<style>
 span { border-color: #948E8D; }

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

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