Html Css Color HEX #949083 Heathered Grey

📋 copy color: '#949083'

red 148 ◦ green 144 ◦ blue 131

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

Shades of Heathered Grey #949083

Tints of Heathered Grey #949083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.04%

 BLUE value IS 131 (51.56% from 255) = 30.97%

R = 34.99%
G = 34.04%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#949083 (or 0x949083) is known color: Heathered Grey. HEX triplet: 94, 90 and 83. RGB value is (148,144,131). Sum of RGB (Red+Green+Blue) = 148+144+131=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #949083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949083 is #6B6F7C. Grayscale: #8F8F8F. Windows color (decimal): -7040893 or 8622228. OLE color: 8622228.

HSL color Cylindrical-coordinate representation of color #949083: hue angle of 45.88º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #949083 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 131 -
CMYK 0 0.03 0.11 0.42
HSL 45.88º 0.07% 0.55% -
HSV(B) 45.88º 0.11% 0.58% -
XYZ 26.28 27.88 25.47 -
YUV 143.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 148 144 131 0 0.03 0.11 0.42 45.88 0.07 0.55
Hex 94 90 83 0 3 B 2A 2E 7 37
Octal 224 220 203 0 3 13 52 56 7 67
Binary 10010100 10010000 10000011 0 11 1011 101010 101110 111 110111

Color Harmonies of #949083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949083

Black with #949083

Text Example


Text Example

White with #949083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949083; }

 p { color: rgb(148,144,131); }

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

background-color css

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

 a { background-color: rgb(148,144,131); }

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

border-color css

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

 span { border-color: rgb(148,144,131); }

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