#949FBC

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

Shades of Rock Blue #949FBC

Tints of Rock Blue #949FBC

Color information

#949FBC (or 0x949FBC) is unknown color: approx Rock Blue. HEX triplet: 94, 9F and BC. RGB value is (148,159,188). Sum of RGB (Red+Green+Blue) = 148+159+188=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #949FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FBC is #6B6043. Grayscale: #9E9E9E. Windows color (decimal): -7036996 or 12361620. OLE color: 12361620.

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

Color convert

RGB148159188-
CMYK0.210.1500.26
HSL223.5º22.99%65.88%-
HSV(B)223.5º21.28%73.73%-
XYZ33.6934.7252.5-
YUV159.02144.36120.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=29.90%
G=32.12%
B=37.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481591880.210.1500.26223.522.9965.88
Hex949FBC15F01Ae01742
Octal224237274251703234027102
Binary10010100100111111011110010101111101101011100000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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