#929CBD

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

Shades of Rock Blue #929CBD

Tints of Rock Blue #929CBD

Color information

#929CBD (or 0x929CBD) is unknown color: approx Rock Blue. HEX triplet: 92, 9C and BD. RGB value is (146,156,189). Sum of RGB (Red+Green+Blue) = 146+156+189=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #929CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CBD is #6D6342. Grayscale: #9C9C9C. Windows color (decimal): -7168835 or 12426386. OLE color: 12426386.

HSL color Cylindrical-coordinate representation of color #929CBD: hue angle of 226.05º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #929CBD is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146156189-
CMYK0.230.1700.26
HSL226.05º24.57%65.69%-
HSV(B)226.05º22.75%74.12%-
XYZ32.9333.5652.89-
YUV156.77146.19120.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=29.74%
G=31.77%
B=38.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461561890.230.1700.26226.0524.5765.69
Hex929CBD171101Ae21942
Octal222234275272103234231102
Binary100100101001110010111101101111000101101011100010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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