#949BB9

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

Shades of Rock Blue #949BB9

Tints of Rock Blue #949BB9

Color information

#949BB9 (or 0x949BB9) is unknown color: approx Rock Blue. HEX triplet: 94, 9B and B9. RGB value is (148,155,185). Sum of RGB (Red+Green+Blue) = 148+155+185=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #949BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BB9 is #6B6446. Grayscale: #9C9C9C. Windows color (decimal): -7038023 or 12163988. OLE color: 12163988.

HSL color Cylindrical-coordinate representation of color #949BB9: hue angle of 228.65º 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 #949BB9 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148155185-
CMYK0.200.1600.27
HSL228.65º20.9%65.29%-
HSV(B)228.65º20%72.55%-
XYZ32.6933.2450.59-
YUV156.33144.18122.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.33%
GREEN value IS 155 (60.94% from 255) = 31.76%
BLUE value IS 185 (72.66% from 255) = 37.91%
R=30.33%
G=31.76%
B=37.91%

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
Decimal1481551850.200.1600.27228.6520.965.29
Hex949BB9141001Be51541
Octal224233271242003334525101
Binary100101001001101110111001101001000001101111100101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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