#939ABC

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

Shades of Rock Blue #939ABC

Tints of Rock Blue #939ABC

Color information

#939ABC (or 0x939ABC) is unknown color: approx Rock Blue. HEX triplet: 93, 9A and BC. RGB value is (147,154,188). Sum of RGB (Red+Green+Blue) = 147+154+188=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #939ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ABC is #6C6543. Grayscale: #9B9B9B. Windows color (decimal): -7103812 or 12360339. OLE color: 12360339.

HSL color Cylindrical-coordinate representation of color #939ABC: hue angle of 229.76º 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 #939ABC is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147154188-
CMYK0.220.1800.26
HSL229.76º23.43%65.69%-
HSV(B)229.76º21.81%73.73%-
XYZ32.6732.9552.21-
YUV155.78146.18121.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.06%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=30.06%
G=31.49%
B=38.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471541880.220.1800.26229.7623.4365.69
Hex939ABC161201Ae61742
Octal223232274262203234627102
Binary100100111001101010111100101101001001101011100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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