#949EAC

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

Shades of Rock Blue #949EAC

Tints of Rock Blue #949EAC

Color information

#949EAC (or 0x949EAC) is unknown color: approx Rock Blue. HEX triplet: 94, 9E and AC. RGB value is (148,158,172). Sum of RGB (Red+Green+Blue) = 148+158+172=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #949EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949EAC is #6B6153. Grayscale: #9C9C9C. Windows color (decimal): -7037268 or 11312788. OLE color: 11312788.

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

Color convert

RGB148158172-
CMYK0.140.0800.33
HSL215º12.63%62.75%-
HSV(B)215º13.95%67.45%-
XYZ31.8933.7343.86-
YUV156.61136.69121.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.96%
GREEN value IS 158 (62.11% from 255) = 33.05%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=30.96%
G=33.05%
B=35.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481581720.140.0800.3321512.6362.75
Hex949EACE8021d7d3f
Octal22423625416100413271577
Binary100101001001111010101100111010000100001110101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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