Html Css Color HEX #949CA8 Grey Chateau

📋 copy color: '#949CA8'

red 148 ◦ green 156 ◦ blue 168

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

Shades of Grey Chateau #949CA8

Tints of Grey Chateau #949CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 31.36%
G = 33.05%
B = 35.59%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#949CA8 (or 0x949CA8) is known color: Grey Chateau. HEX triplet: 94, 9C and A8. RGB value is (148,156,168). Sum of RGB (Red+Green+Blue) = 148+156+168=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 168 - color contains mainly: blue. Hex color #949CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949CA8 is #6B6357. Grayscale: #9A9A9A. Windows color (decimal): -7037784 or 11050132. OLE color: 11050132.

HSL color Cylindrical-coordinate representation of color #949CA8: hue angle of 216º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #949CA8 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 148 156 168 -
CMYK 0.12 0.07 0 0.34
HSL 216º 0.1% 0.62% -
HSV(B) 216º 0.12% 0.66% -
XYZ 31.17 32.9 41.75 -
YUV 154.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 148 156 168 0.12 0.07 0 0.34 216 0.1 0.62
Hex 94 9C A8 C 7 0 22 D8 A 3E
Octal 224 234 250 14 7 0 42 330 12 76
Binary 10010100 10011100 10101000 1100 111 0 100010 11011000 1010 111110

Color Harmonies of #949CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CA8

Black with #949CA8

Text Example


Text Example

White with #949CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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