Html Css Color HEX #949EAA Grey Chateau

📋 copy color: '#949EAA'

red 148 ◦ green 158 ◦ blue 170

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

Shades of Grey Chateau #949EAA

Tints of Grey Chateau #949EAA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.19%

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 31.09%
G = 33.19%
B = 35.71%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#949EAA (or 0x949EAA) is known color: Grey Chateau. HEX triplet: 94, 9E and AA. RGB value is (148,158,170). Sum of RGB (Red+Green+Blue) = 148+158+170=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #949EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949EAA is #6B6155. Grayscale: #9C9C9C. Windows color (decimal): -7037270 or 11181716. OLE color: 11181716.

HSL color Cylindrical-coordinate representation of color #949EAA: hue angle of 212.73º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #949EAA is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 158 170 -
CMYK 0.13 0.07 0 0.33
HSL 212.73º 0.11% 0.62% -
HSV(B) 212.73º 0.13% 0.67% -
XYZ 31.7 33.65 42.86 -
YUV 156.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 148 158 170 0.13 0.07 0 0.33 212.73 0.11 0.62
Hex 94 9E AA D 7 0 21 D5 B 3E
Octal 224 236 252 15 7 0 41 325 13 76
Binary 10010100 10011110 10101010 1101 111 0 100001 11010101 1011 111110

Color Harmonies of #949EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EAA

Black with #949EAA

Text Example


Text Example

White with #949EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,158,170); }

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

background-color css

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

 a { background-color: rgb(148,158,170); }

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

border-color css

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

 span { border-color: rgb(148,158,170); }

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