#949FBB

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

Shades of Rock Blue #949FBB

Tints of Rock Blue #949FBB

Color information

#949FBB (or 0x949FBB) is unknown color: approx Rock Blue. HEX triplet: 94, 9F and BB. RGB value is (148,159,187). Sum of RGB (Red+Green+Blue) = 148+159+187=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #949FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FBB is #6B6044. Grayscale: #9E9E9E. Windows color (decimal): -7036997 or 12296084. OLE color: 12296084.

HSL color Cylindrical-coordinate representation of color #949FBB: hue angle of 223.08º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #949FBB is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148159187-
CMYK0.210.1500.27
HSL223.08º22.29%65.69%-
HSV(B)223.08º20.86%73.33%-
XYZ33.5834.6851.94-
YUV158.9143.86120.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=29.96%
G=32.19%
B=37.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481591870.210.1500.27223.0822.2965.69
Hex949FBB15F01Bdf1642
Octal224237273251703333726102
Binary10010100100111111011101110101111101101111011111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,159,187); }

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

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

 a { background-color: rgb(148,159,187); }

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

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

 span { border-color: rgb(148,159,187); }

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