#929DC0

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

Shades of Rock Blue #929DC0

Tints of Rock Blue #929DC0

Color information

#929DC0 (or 0x929DC0) is unknown color: approx Rock Blue. HEX triplet: 92, 9D and C0. RGB value is (146,157,192). Sum of RGB (Red+Green+Blue) = 146+157+192=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #929DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DC0 is #6D623F. Grayscale: #9D9D9D. Windows color (decimal): -7168576 or 12623250. OLE color: 12623250.

HSL color Cylindrical-coordinate representation of color #929DC0: hue angle of 225.65º 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 #929DC0 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146157192-
CMYK0.240.1800.25
HSL225.65º26.74%66.27%-
HSV(B)225.65º23.96%75.29%-
XYZ33.4334.0354.68-
YUV157.7147.36119.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 192 (75.39% from 255) = 38.79%
R=29.49%
G=31.72%
B=38.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461571920.240.1800.25225.6526.7466.27
Hex929DC01812019e21b42
Octal222235300302203134233102
Binary100100101001110111000000110001001001100111100010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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