#949AAF

Color #949AAF Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #949AAF

Tints of Rock Blue #949AAF

Color information

#949AAF (or 0x949AAF) is unknown color: approx Rock Blue. HEX triplet: 94, 9A and AF. RGB value is (148,154,175). Sum of RGB (Red+Green+Blue) = 148+154+175=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #949AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949AAF is #6B6550. Grayscale: #9A9A9A. Windows color (decimal): -7038289 or 11508372. OLE color: 11508372.

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

Color convert

RGB148154175-
CMYK0.150.1200.31
HSL226.67º14.44%63.33%-
HSV(B)226.67º15.43%68.63%-
XYZ31.5132.545.17-
YUV154.6139.51123.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=31.03%
G=32.29%
B=36.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481541750.150.1200.31226.6714.4463.33
Hex949AAFFC01Fe3e3f
Octal22423225717140373431677
Binary10010100100110101010111111111100011111111000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,154,175); }

 H1.HeaderClassName
 {
   color: #949AAF;
 }
 .AnyTagClassName
 {
   color: #949AAF;
 }
</style>
background-color css

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

 a { background-color: rgb(148,154,175); }

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

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

 span { border-color: rgb(148,154,175); }

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