#939FC3

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

Shades of Rock Blue #939FC3

Tints of Rock Blue #939FC3

Color information

#939FC3 (or 0x939FC3) is unknown color: approx Rock Blue. HEX triplet: 93, 9F and C3. RGB value is (147,159,195). Sum of RGB (Red+Green+Blue) = 147+159+195=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #939FC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FC3 is #6C603C. Grayscale: #9F9F9F. Windows color (decimal): -7102525 or 12820371. OLE color: 12820371.

HSL color Cylindrical-coordinate representation of color #939FC3: hue angle of 225º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #939FC3 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147159195-
CMYK0.250.1800.24
HSL225º28.57%67.06%-
HSV(B)225º24.62%76.47%-
XYZ34.2834.9456.57-
YUV159.52148.02119.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 195 (76.56% from 255) = 38.92%
R=29.34%
G=31.74%
B=38.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471591950.250.1800.2422528.5767.06
Hex939FC31912018e11d43
Octal223237303312203034135103
Binary100100111001111111000011110011001001100011100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,159,195); }

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

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

 a { background-color: rgb(147,159,195); }

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

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

 span { border-color: rgb(147,159,195); }

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