#929BBC

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

Shades of Rock Blue #929BBC

Tints of Rock Blue #929BBC

Color information

#929BBC (or 0x929BBC) is unknown color: approx Rock Blue. HEX triplet: 92, 9B and BC. RGB value is (146,155,188). Sum of RGB (Red+Green+Blue) = 146+155+188=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 155 (60.94% from 255 or 31.70% 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 #929BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BBC is #6D6443. Grayscale: #9B9B9B. Windows color (decimal): -7169092 or 12360594. OLE color: 12360594.

HSL color Cylindrical-coordinate representation of color #929BBC: hue angle of 227.14º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #929BBC is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146155188-
CMYK0.220.1800.26
HSL227.14º23.86%65.49%-
HSV(B)227.14º22.34%73.73%-
XYZ32.6533.1852.26-
YUV156.07146.02120.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.86%
GREEN value IS 155 (60.94% from 255) = 31.70%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=29.86%
G=31.70%
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
Decimal1461551880.220.1800.26227.1423.8665.49
Hex929BBC161201Ae31841
Octal222233274262203234330101
Binary100100101001101110111100101101001001101011100011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,155,188); }

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

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

 a { background-color: rgb(146,155,188); }

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

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

 span { border-color: rgb(146,155,188); }

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