#939FC4

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

Shades of Rock Blue #939FC4

Tints of Rock Blue #939FC4

Color information

#939FC4 (or 0x939FC4) is unknown color: approx Rock Blue. HEX triplet: 93, 9F and C4. RGB value is (147,159,196). Sum of RGB (Red+Green+Blue) = 147+159+196=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 196 - color contains mainly: blue. Hex color #939FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FC4 is #6C603B. Grayscale: #9F9F9F. Windows color (decimal): -7102524 or 12885907. OLE color: 12885907.

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

Color convert

RGB147159196-
CMYK0.250.1900.23
HSL225.31º29.34%67.25%-
HSV(B)225.31º25%76.86%-
XYZ34.3934.9857.16-
YUV159.63148.52118.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.28%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 196 (76.95% from 255) = 39.04%
R=29.28%
G=31.67%
B=39.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471591960.250.1900.23225.3129.3467.25
Hex939FC41913017e11d43
Octal223237304312302734135103
Binary100100111001111111000100110011001101011111100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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