#949CB9

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

Shades of Rock Blue #949CB9

Tints of Rock Blue #949CB9

Color information

#949CB9 (or 0x949CB9) is unknown color: approx Rock Blue. HEX triplet: 94, 9C and B9. RGB value is (148,156,185). Sum of RGB (Red+Green+Blue) = 148+156+185=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 185 - color contains mainly: blue. Hex color #949CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CB9 is #6B6346. Grayscale: #9C9C9C. Windows color (decimal): -7037767 or 12164244. OLE color: 12164244.

HSL color Cylindrical-coordinate representation of color #949CB9: hue angle of 227.03º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949CB9 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148156185-
CMYK0.200.1600.27
HSL227.03º20.9%65.29%-
HSV(B)227.03º20%72.55%-
XYZ32.8633.5850.65-
YUV156.91143.85121.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 185 (72.66% from 255) = 37.83%
R=30.27%
G=31.90%
B=37.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481561850.200.1600.27227.0320.965.29
Hex949CB9141001Be31541
Octal224234271242003334325101
Binary100101001001110010111001101001000001101111100011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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