#929AC3

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

Shades of Blue Bell #929AC3

Tints of Blue Bell #929AC3

Color information

#929AC3 (or 0x929AC3) is unknown color: approx Blue Bell. HEX triplet: 92, 9A and C3. RGB value is (146,154,195). Sum of RGB (Red+Green+Blue) = 146+154+195=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: blue. Hex color #929AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929AC3 is #6D653C. Grayscale: #9C9C9C. Windows color (decimal): -7169341 or 12819090. OLE color: 12819090.

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

Color convert

RGB146154195-
CMYK0.250.2100.24
HSL230.2º28.99%66.86%-
HSV(B)230.2º25.13%76.47%-
XYZ33.2633.1656.28-
YUV156.28149.85120.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 195 (76.56% from 255) = 39.39%
R=29.49%
G=31.11%
B=39.39%

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
Decimal1461541950.250.2100.24230.228.9966.86
Hex929AC31915018e61d43
Octal222232303312503034635103
Binary100100101001101011000011110011010101100011100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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