#929EC1

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

Shades of Rock Blue #929EC1

Tints of Rock Blue #929EC1

Color information

#929EC1 (or 0x929EC1) is unknown color: approx Rock Blue. HEX triplet: 92, 9E and C1. RGB value is (146,158,193). Sum of RGB (Red+Green+Blue) = 146+158+193=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #929EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EC1 is #6D613E. Grayscale: #9E9E9E. Windows color (decimal): -7168319 or 12689042. OLE color: 12689042.

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

Color convert

RGB146158193-
CMYK0.240.1800.24
HSL224.68º27.49%66.47%-
HSV(B)224.68º24.35%75.69%-
XYZ33.7134.4155.32-
YUV158.4147.52119.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.38%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 193 (75.78% from 255) = 38.83%
R=29.38%
G=31.79%
B=38.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461581930.240.1800.24224.6827.4966.47
Hex929EC11812018e11b42
Octal222236301302203034133102
Binary100100101001111011000001110001001001100011100001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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