#939AB9

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

Shades of Rock Blue #939AB9

Tints of Rock Blue #939AB9

Color information

#939AB9 (or 0x939AB9) is unknown color: approx Rock Blue. HEX triplet: 93, 9A and B9. RGB value is (147,154,185). Sum of RGB (Red+Green+Blue) = 147+154+185=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #939AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939AB9 is #6C6546. Grayscale: #9B9B9B. Windows color (decimal): -7103815 or 12163731. OLE color: 12163731.

HSL color Cylindrical-coordinate representation of color #939AB9: hue angle of 228.95º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #939AB9 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147154185-
CMYK0.210.1700.27
HSL228.95º21.35%65.1%-
HSV(B)228.95º20.54%72.55%-
XYZ32.3532.8250.53-
YUV155.44144.68121.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.25%
GREEN value IS 154 (60.55% from 255) = 31.69%
BLUE value IS 185 (72.66% from 255) = 38.07%
R=30.25%
G=31.69%
B=38.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471541850.210.1700.27228.9521.3565.1
Hex939AB9151101Be51541
Octal223232271252103334525101
Binary100100111001101010111001101011000101101111100101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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