Html Css Color HEX #949FAE Rock Blue

📋 copy color: '#949FAE'

red 148 ◦ green 159 ◦ blue 174

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

Shades of Rock Blue #949FAE

Tints of Rock Blue #949FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.06%

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 30.77%
G = 33.06%
B = 36.17%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#949FAE (or 0x949FAE) is known color: Rock Blue. HEX triplet: 94, 9F and AE. RGB value is (148,159,174). Sum of RGB (Red+Green+Blue) = 148+159+174=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 174 - color contains mainly: blue. Hex color #949FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949FAE is #6B6051. Grayscale: #9D9D9D. Windows color (decimal): -7037010 or 11444116. OLE color: 11444116.

HSL color Cylindrical-coordinate representation of color #949FAE: hue angle of 214.62º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #949FAE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 159 174 -
CMYK 0.15 0.09 0 0.32
HSL 214.62º 0.14% 0.63% -
HSV(B) 214.62º 0.15% 0.68% -
XYZ 32.25 34.15 44.94 -
YUV 157.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 148 159 174 0.15 0.09 0 0.32 214.62 0.14 0.63
Hex 94 9F AE F 9 0 20 D7 E 3F
Octal 224 237 256 17 11 0 40 327 16 77
Binary 10010100 10011111 10101110 1111 1001 0 100000 11010111 1110 111111

Color Harmonies of #949FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FAE

Black with #949FAE

Text Example


Text Example

White with #949FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,159,174); }

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

background-color css

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

 a { background-color: rgb(148,159,174); }

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

border-color css

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

 span { border-color: rgb(148,159,174); }

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