#939CBC

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

Shades of Rock Blue #939CBC

Tints of Rock Blue #939CBC

Color information

#939CBC (or 0x939CBC) is unknown color: approx Rock Blue. HEX triplet: 93, 9C and BC. RGB value is (147,156,188). Sum of RGB (Red+Green+Blue) = 147+156+188=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #939CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CBC is #6C6343. Grayscale: #9C9C9C. Windows color (decimal): -7103300 or 12360851. OLE color: 12360851.

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

Color convert

RGB147156188-
CMYK0.220.1700.26
HSL226.83º23.43%65.69%-
HSV(B)226.83º21.81%73.73%-
XYZ3333.6152.33-
YUV156.96145.52120.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.94%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=29.94%
G=31.77%
B=38.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471561880.220.1700.26226.8323.4365.69
Hex939CBC161101Ae31742
Octal223234274262103234327102
Binary100100111001110010111100101101000101101011100011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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