#949DBB

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

Shades of Rock Blue #949DBB

Tints of Rock Blue #949DBB

Color information

#949DBB (or 0x949DBB) is unknown color: approx Rock Blue. HEX triplet: 94, 9D and BB. RGB value is (148,157,187). Sum of RGB (Red+Green+Blue) = 148+157+187=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #949DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DBB is #6B6244. Grayscale: #9D9D9D. Windows color (decimal): -7037509 or 12295572. OLE color: 12295572.

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

Color convert

RGB148157187-
CMYK0.210.1600.27
HSL226.15º22.29%65.69%-
HSV(B)226.15º20.86%73.33%-
XYZ33.243451.82-
YUV157.73144.52121.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.08%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=30.08%
G=31.91%
B=38.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481571870.210.1600.27226.1522.2965.69
Hex949DBB151001Be21642
Octal224235273252003334226102
Binary100101001001110110111011101011000001101111100010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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