Html Css Color HEX #949BA4 Grey Chateau

📋 copy color: '#949BA4'

red 148 ◦ green 155 ◦ blue 164

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

Shades of Grey Chateau #949BA4

Tints of Grey Chateau #949BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.12%

R = 31.69%
G = 33.19%
B = 35.12%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#949BA4 (or 0x949BA4) is known color: Grey Chateau. HEX triplet: 94, 9B and A4. RGB value is (148,155,164). Sum of RGB (Red+Green+Blue) = 148+155+164=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 164 - color contains mainly: blue. Hex color #949BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949BA4 is #6B645B. Grayscale: #999999. Windows color (decimal): -7038044 or 10787732. OLE color: 10787732.

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

Color convert

RGB 148 155 164 -
CMYK 0.10 0.05 0 0.36
HSL 213.75º 0.08% 0.61% -
HSV(B) 213.75º 0.1% 0.64% -
XYZ 30.63 32.42 39.76 -
YUV 153.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 148 155 164 0.10 0.05 0 0.36 213.75 0.08 0.61
Hex 94 9B A4 A 5 0 24 D6 8 3D
Octal 224 233 244 12 5 0 44 326 10 75
Binary 10010100 10011011 10100100 1010 101 0 100100 11010110 1000 111101

Color Harmonies of #949BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BA4

Black with #949BA4

Text Example


Text Example

White with #949BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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