Html Css Color HEX #949CA3 Grey Chateau

📋 copy color: '#949CA3'

red 148 ◦ green 156 ◦ blue 163

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

Shades of Grey Chateau #949CA3

Tints of Grey Chateau #949CA3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.4%

 BLUE value IS 163 (64.06% from 255) = 34.9%

R = 31.69%
G = 33.4%
B = 34.9%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#949CA3 (or 0x949CA3) is known color: Grey Chateau. HEX triplet: 94, 9C and A3. RGB value is (148,156,163). Sum of RGB (Red+Green+Blue) = 148+156+163=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 163 - color contains mainly: blue. Hex color #949CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949CA3 is #6B635C. Grayscale: #9A9A9A. Windows color (decimal): -7037789 or 10722452. OLE color: 10722452.

HSL color Cylindrical-coordinate representation of color #949CA3: hue angle of 208º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #949CA3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 156 163 -
CMYK 0.09 0.04 0 0.36
HSL 208º 0.08% 0.61% -
HSV(B) 208º 0.09% 0.64% -
XYZ 30.71 32.72 39.35 -
YUV 154.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 148 156 163 0.09 0.04 0 0.36 208 0.08 0.61
Hex 94 9C A3 9 4 0 24 D0 8 3D
Octal 224 234 243 11 4 0 44 320 10 75
Binary 10010100 10011100 10100011 1001 100 0 100100 11010000 1000 111101

Color Harmonies of #949CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CA3

Black with #949CA3

Text Example


Text Example

White with #949CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949CA3; }

 p { color: rgb(148,156,163); }

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

background-color css

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

 a { background-color: rgb(148,156,163); }

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

border-color css

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

 span { border-color: rgb(148,156,163); }

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