#929ACA

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

Shades of Blue Bell #929ACA

Tints of Blue Bell #929ACA

Color information

#929ACA (or 0x929ACA) is unknown color: approx Blue Bell. HEX triplet: 92, 9A and CA. RGB value is (146,154,202). Sum of RGB (Red+Green+Blue) = 146+154+202=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #929ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ACA is #6D6535. Grayscale: #9C9C9C. Windows color (decimal): -7169334 or 13277842. OLE color: 13277842.

HSL color Cylindrical-coordinate representation of color #929ACA: hue angle of 231.43º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #929ACA is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146154202-
CMYK0.280.2400.21
HSL231.43º34.57%68.24%-
HSV(B)231.43º27.72%79.22%-
XYZ34.0733.4960.54-
YUV157.08153.35120.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.08%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=29.08%
G=30.68%
B=40.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461542020.280.2400.21231.4334.5768.24
Hex929ACA1C18015e72344
Octal222232312343002534743104
Binary1001001010011010110010101110011000010101111001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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