Html Css Color HEX #949BA2 Grey Chateau

📋 copy color: '#949BA2'

red 148 ◦ green 155 ◦ blue 162

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

Shades of Grey Chateau #949BA2

Tints of Grey Chateau #949BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.84%

R = 31.83%
G = 33.33%
B = 34.84%

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

#949BA2 (or 0x949BA2) is known color: Grey Chateau. HEX triplet: 94, 9B and A2. RGB value is (148,155,162). Sum of RGB (Red+Green+Blue) = 148+155+162=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 162 - color contains mainly: blue. Hex color #949BA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949BA2 is #6B645D. Grayscale: #999999. Windows color (decimal): -7038046 or 10656660. OLE color: 10656660.

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

Color convert

RGB 148 155 162 -
CMYK 0.09 0.04 0 0.36
HSL 210º 0.07% 0.61% -
HSV(B) 210º 0.09% 0.64% -
XYZ 30.46 32.35 38.82 -
YUV 153.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 148 155 162 0.09 0.04 0 0.36 210 0.07 0.61
Hex 94 9B A2 9 4 0 24 D2 7 3D
Octal 224 233 242 11 4 0 44 322 7 75
Binary 10010100 10011011 10100010 1001 100 0 100100 11010010 111 111101

Color Harmonies of #949BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BA2

Black with #949BA2

Text Example


Text Example

White with #949BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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