#929CBC

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

Shades of Rock Blue #929CBC

Tints of Rock Blue #929CBC

Color information

#929CBC (or 0x929CBC) is unknown color: approx Rock Blue. HEX triplet: 92, 9C and BC. RGB value is (146,156,188). Sum of RGB (Red+Green+Blue) = 146+156+188=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #929CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CBC is #6D6343. Grayscale: #9C9C9C. Windows color (decimal): -7168836 or 12360850. OLE color: 12360850.

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

Color convert

RGB146156188-
CMYK0.220.1700.26
HSL225.71º23.86%65.49%-
HSV(B)225.71º22.34%73.73%-
XYZ32.8233.5252.32-
YUV156.66145.69120.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.80%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=29.80%
G=31.84%
B=38.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461561880.220.1700.26225.7123.8665.49
Hex929CBC161101Ae21841
Octal222234274262103234230101
Binary100100101001110010111100101101000101101011100010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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