#949CBC

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

Shades of Rock Blue #949CBC

Tints of Rock Blue #949CBC

Color information

#949CBC (or 0x949CBC) is unknown color: approx Rock Blue. HEX triplet: 94, 9C and BC. RGB value is (148,156,188). Sum of RGB (Red+Green+Blue) = 148+156+188=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #949CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CBC is #6B6343. Grayscale: #9D9D9D. Windows color (decimal): -7037764 or 12360852. OLE color: 12360852.

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

Color convert

RGB148156188-
CMYK0.210.1700.26
HSL228º22.99%65.88%-
HSV(B)228º21.28%73.73%-
XYZ33.1833.752.33-
YUV157.26145.35121.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.08%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=30.08%
G=31.71%
B=38.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481561880.210.1700.2622822.9965.88
Hex949CBC151101Ae41742
Octal224234274252103234427102
Binary100101001001110010111100101011000101101011100100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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