Html Css Color HEX #94999F Grey Chateau

📋 copy color: '#94999F'

red 148 ◦ green 153 ◦ blue 159

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

Shades of Grey Chateau #94999F

Tints of Grey Chateau #94999F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.26%

 BLUE value IS 159 (62.5% from 255) = 34.57%

R = 32.17%
G = 33.26%
B = 34.57%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94999F (or 0x94999F) is known color: Grey Chateau. HEX triplet: 94, 99 and 9F. RGB value is (148,153,159). Sum of RGB (Red+Green+Blue) = 148+153+159=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 159 - color contains mainly: blue. Hex color #94999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94999F is #6B6660. Grayscale: #989898. Windows color (decimal): -7038561 or 10459540. OLE color: 10459540.

HSL color Cylindrical-coordinate representation of color #94999F: hue angle of 212.73º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94999F is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 153 159 -
CMYK 0.07 0.04 0 0.38
HSL 212.73º 0.05% 0.6% -
HSV(B) 212.73º 0.07% 0.62% -
XYZ 29.86 31.58 37.32 -
YUV 152.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 148 153 159 0.07 0.04 0 0.38 212.73 0.05 0.6
Hex 94 99 9F 7 4 0 26 D5 5 3C
Octal 224 231 237 7 4 0 46 325 5 74
Binary 10010100 10011001 10011111 111 100 0 100110 11010101 101 111100

Color Harmonies of #94999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94999F

Black with #94999F

Text Example


Text Example

White with #94999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94999F; }

 p { color: rgb(148,153,159); }

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

background-color css

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

 a { background-color: rgb(148,153,159); }

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

border-color css

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

 span { border-color: rgb(148,153,159); }

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