#929EC2

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

Shades of Rock Blue #929EC2

Tints of Rock Blue #929EC2

Color information

#929EC2 (or 0x929EC2) is unknown color: approx Rock Blue. HEX triplet: 92, 9E and C2. RGB value is (146,158,194). Sum of RGB (Red+Green+Blue) = 146+158+194=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #929EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929EC2 is #6D613D. Grayscale: #9E9E9E. Windows color (decimal): -7168318 or 12754578. OLE color: 12754578.

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

Color convert

RGB146158194-
CMYK0.250.1900.24
HSL225º28.24%66.67%-
HSV(B)225º24.74%76.08%-
XYZ33.8234.4655.91-
YUV158.52148.02119.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.32%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 194 (76.17% from 255) = 38.96%
R=29.32%
G=31.73%
B=38.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461581940.250.1900.2422528.2466.67
Hex929EC21913018e11c43
Octal222236302312303034134103
Binary100100101001111011000010110011001101100011100001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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