#929AB9

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

Shades of Rock Blue #929AB9

Tints of Rock Blue #929AB9

Color information

#929AB9 (or 0x929AB9) is unknown color: approx Rock Blue. HEX triplet: 92, 9A and B9. RGB value is (146,154,185). Sum of RGB (Red+Green+Blue) = 146+154+185=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #929AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929AB9 is #6D6546. Grayscale: #9B9B9B. Windows color (decimal): -7169351 or 12163730. OLE color: 12163730.

HSL color Cylindrical-coordinate representation of color #929AB9: hue angle of 227.69º degrees, saturation: 0.22, 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 #929AB9 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146154185-
CMYK0.210.1700.27
HSL227.69º21.79%64.9%-
HSV(B)227.69º21.08%72.55%-
XYZ32.1732.7250.52-
YUV155.14144.85121.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 185 (72.66% from 255) = 38.14%
R=30.10%
G=31.75%
B=38.14%

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
Decimal1461541850.210.1700.27227.6921.7964.9
Hex929AB9151101Be41641
Octal222232271252103334426101
Binary100100101001101010111001101011000101101111100100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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