#929BCA

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

Shades of Blue Bell #929BCA

Tints of Blue Bell #929BCA

Color information

#929BCA (or 0x929BCA) is unknown color: approx Blue Bell. HEX triplet: 92, 9B and CA. RGB value is (146,155,202). Sum of RGB (Red+Green+Blue) = 146+155+202=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #929BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BCA is #6D6435. Grayscale: #9D9D9D. Windows color (decimal): -7169078 or 13278098. OLE color: 13278098.

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

Color convert

RGB146155202-
CMYK0.280.2300.21
HSL230.36º34.57%68.24%-
HSV(B)230.36º27.72%79.22%-
XYZ34.2433.8260.6-
YUV157.67153.02119.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.03%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=29.03%
G=30.82%
B=40.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461552020.280.2300.21230.3634.5768.24
Hex929BCA1C17015e62344
Octal222233312342702534643104
Binary1001001010011011110010101110010111010101111001101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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