Html Css Color HEX #949BA3 Grey Chateau

📋 copy color: '#949BA3'

red 148 ◦ green 155 ◦ blue 163

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

Shades of Grey Chateau #949BA3

Tints of Grey Chateau #949BA3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.26%

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

R = 31.76%
G = 33.26%
B = 34.98%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#949BA3 (or 0x949BA3) is known color: Grey Chateau. HEX triplet: 94, 9B and A3. RGB value is (148,155,163). Sum of RGB (Red+Green+Blue) = 148+155+163=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 163 - color contains mainly: blue. Hex color #949BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949BA3 is #6B645C. Grayscale: #999999. Windows color (decimal): -7038045 or 10722196. OLE color: 10722196.

HSL color Cylindrical-coordinate representation of color #949BA3: hue angle of 212º 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 #949BA3 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 155 163 -
CMYK 0.09 0.05 0 0.36
HSL 212º 0.08% 0.61% -
HSV(B) 212º 0.09% 0.64% -
XYZ 30.54 32.38 39.29 -
YUV 153.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 148 155 163 0.09 0.05 0 0.36 212 0.08 0.61
Hex 94 9B A3 9 5 0 24 D4 8 3D
Octal 224 233 243 11 5 0 44 324 10 75
Binary 10010100 10011011 10100011 1001 101 0 100100 11010100 1000 111101

Color Harmonies of #949BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BA3

Black with #949BA3

Text Example


Text Example

White with #949BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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