#929DC1

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

Shades of Rock Blue #929DC1

Tints of Rock Blue #929DC1

Color information

#929DC1 (or 0x929DC1) is unknown color: approx Rock Blue. HEX triplet: 92, 9D and C1. RGB value is (146,157,193). Sum of RGB (Red+Green+Blue) = 146+157+193=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #929DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DC1 is #6D623E. Grayscale: #9D9D9D. Windows color (decimal): -7168575 or 12688786. OLE color: 12688786.

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

Color convert

RGB146157193-
CMYK0.240.1900.24
HSL225.96º27.49%66.47%-
HSV(B)225.96º24.35%75.69%-
XYZ33.5434.0855.26-
YUV157.82147.86119.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.44%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=29.44%
G=31.65%
B=38.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461571930.240.1900.24225.9627.4966.47
Hex929DC11813018e21b42
Octal222235301302303034233102
Binary100100101001110111000001110001001101100011100010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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