#929CBB

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

Shades of Rock Blue #929CBB

Tints of Rock Blue #929CBB

Color information

#929CBB (or 0x929CBB) is unknown color: approx Rock Blue. HEX triplet: 92, 9C and BB. RGB value is (146,156,187). Sum of RGB (Red+Green+Blue) = 146+156+187=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #929CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CBB is #6D6344. Grayscale: #9C9C9C. Windows color (decimal): -7168837 or 12295314. OLE color: 12295314.

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

Color convert

RGB146156187-
CMYK0.220.1700.27
HSL225.37º23.16%65.29%-
HSV(B)225.37º21.93%73.33%-
XYZ32.7133.4851.75-
YUV156.54145.19120.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.86%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=29.86%
G=31.90%
B=38.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461561870.220.1700.27225.3723.1665.29
Hex929CBB161101Be11741
Octal222234273262103334127101
Binary100100101001110010111011101101000101101111100001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,156,187); }

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

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

 a { background-color: rgb(146,156,187); }

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

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

 span { border-color: rgb(146,156,187); }

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