#949DBA

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

Shades of Rock Blue #949DBA

Tints of Rock Blue #949DBA

Color information

#949DBA (or 0x949DBA) is unknown color: approx Rock Blue. HEX triplet: 94, 9D and BA. RGB value is (148,157,186). Sum of RGB (Red+Green+Blue) = 148+157+186=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #949DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DBA is #6B6245. Grayscale: #9D9D9D. Windows color (decimal): -7037510 or 12230036. OLE color: 12230036.

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

Color convert

RGB148157186-
CMYK0.200.1600.27
HSL225.79º21.59%65.49%-
HSV(B)225.79º20.43%72.94%-
XYZ33.1333.9651.26-
YUV157.62144.02121.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.14%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=30.14%
G=31.98%
B=37.88%

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
Decimal1481571860.200.1600.27225.7921.5965.49
Hex949DBA141001Be21641
Octal224235272242003334226101
Binary100101001001110110111010101001000001101111100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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