#929AC2

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

Shades of Blue Bell #929AC2

Tints of Blue Bell #929AC2

Color information

#929AC2 (or 0x929AC2) is unknown color: approx Blue Bell. HEX triplet: 92, 9A and C2. RGB value is (146,154,194). Sum of RGB (Red+Green+Blue) = 146+154+194=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 194 - color contains mainly: blue. Hex color #929AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929AC2 is #6D653D. Grayscale: #9C9C9C. Windows color (decimal): -7169342 or 12753554. OLE color: 12753554.

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

Color convert

RGB146154194-
CMYK0.250.2100.24
HSL230º28.24%66.67%-
HSV(B)230º24.74%76.08%-
XYZ33.1533.1255.68-
YUV156.17149.35120.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.55%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 194 (76.17% from 255) = 39.27%
R=29.55%
G=31.17%
B=39.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461541940.250.2100.2423028.2466.67
Hex929AC21915018e61c43
Octal222232302312503034634103
Binary100100101001101011000010110011010101100011100110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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