#929BC0

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

Shades of Rock Blue #929BC0

Tints of Rock Blue #929BC0

Color information

#929BC0 (or 0x929BC0) is unknown color: approx Rock Blue. HEX triplet: 92, 9B and C0. RGB value is (146,155,192). Sum of RGB (Red+Green+Blue) = 146+155+192=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #929BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BC0 is #6D643F. Grayscale: #9C9C9C. Windows color (decimal): -7169088 or 12622738. OLE color: 12622738.

HSL color Cylindrical-coordinate representation of color #929BC0: hue angle of 228.26º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #929BC0 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146155192-
CMYK0.240.1900.25
HSL228.26º26.74%66.27%-
HSV(B)228.26º23.96%75.29%-
XYZ33.0933.3654.56-
YUV156.53148.02120.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=29.61%
G=31.44%
B=38.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461551920.240.1900.25228.2626.7466.27
Hex929BC01813019e41b42
Octal222233300302303134433102
Binary100100101001101111000000110001001101100111100100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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