#949CBB

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

Shades of Rock Blue #949CBB

Tints of Rock Blue #949CBB

Color information

#949CBB (or 0x949CBB) is unknown color: approx Rock Blue. HEX triplet: 94, 9C and BB. RGB value is (148,156,187). Sum of RGB (Red+Green+Blue) = 148+156+187=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #949CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CBB is #6B6344. Grayscale: #9D9D9D. Windows color (decimal): -7037765 or 12295316. OLE color: 12295316.

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

Color convert

RGB148156187-
CMYK0.210.1700.27
HSL227.69º22.29%65.69%-
HSV(B)227.69º20.86%73.33%-
XYZ33.0733.6651.77-
YUV157.14144.85121.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.14%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=30.14%
G=31.77%
B=38.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481561870.210.1700.27227.6922.2965.69
Hex949CBB151101Be41642
Octal224234273252103334426102
Binary100101001001110010111011101011000101101111100100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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