#939EBF

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

Shades of Rock Blue #939EBF

Tints of Rock Blue #939EBF

Color information

#939EBF (or 0x939EBF) is unknown color: approx Rock Blue. HEX triplet: 93, 9E and BF. RGB value is (147,158,191). Sum of RGB (Red+Green+Blue) = 147+158+191=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #939EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EBF is #6C6140. Grayscale: #9E9E9E. Windows color (decimal): -7102785 or 12557971. OLE color: 12557971.

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

Color convert

RGB147158191-
CMYK0.230.1700.25
HSL225º25.58%66.27%-
HSV(B)225º23.04%74.9%-
XYZ33.6634.4254.16-
YUV158.47146.36119.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.64%
GREEN value IS 158 (62.11% from 255) = 31.85%
BLUE value IS 191 (75% from 255) = 38.51%
R=29.64%
G=31.85%
B=38.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471581910.230.1700.2522525.5866.27
Hex939EBF1711019e11a42
Octal223236277272103134132102
Binary100100111001111010111111101111000101100111100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,158,191); }

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

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

 a { background-color: rgb(147,158,191); }

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

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

 span { border-color: rgb(147,158,191); }

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