#949DB9

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

Shades of Rock Blue #949DB9

Tints of Rock Blue #949DB9

Color information

#949DB9 (or 0x949DB9) is unknown color: approx Rock Blue. HEX triplet: 94, 9D and B9. RGB value is (148,157,185). Sum of RGB (Red+Green+Blue) = 148+157+185=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #949DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DB9 is #6B6246. Grayscale: #9D9D9D. Windows color (decimal): -7037511 or 12164500. OLE color: 12164500.

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

Color convert

RGB148157185-
CMYK0.200.1500.27
HSL225.41º20.9%65.29%-
HSV(B)225.41º20%72.55%-
XYZ33.0333.9150.7-
YUV157.5143.52121.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.20%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 185 (72.66% from 255) = 37.76%
R=30.20%
G=32.04%
B=37.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481571850.200.1500.27225.4120.965.29
Hex949DB914F01Be11541
Octal224235271241703334125101
Binary10010100100111011011100110100111101101111100001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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