#928BDA

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

Shades of Blue Bell #928BDA

Tints of Blue Bell #928BDA

Color information

#928BDA (or 0x928BDA) is unknown color: approx Blue Bell. HEX triplet: 92, 8B and DA. RGB value is (146,139,218). Sum of RGB (Red+Green+Blue) = 146+139+218=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #928BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928BDA is #6D7425. Grayscale: #959595. Windows color (decimal): -7173158 or 14322578. OLE color: 14322578.

HSL color Cylindrical-coordinate representation of color #928BDA: hue angle of 245.32º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #928BDA is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146139218-
CMYK0.330.3600.15
HSL245.32º51.63%70%-
HSV(B)245.32º36.24%85.49%-
XYZ33.7429.6470.27-
YUV150.1166.32125.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.03%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 218 (85.55% from 255) = 43.34%
R=29.03%
G=27.63%
B=43.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461392180.330.3600.15245.3251.6370
Hex928BDA21240Ff53446
Octal222213332414401736564106
Binary10010010100010111101101010000110010001111111101011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928BDA; }

 p { color: rgb(146,139,218); }

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

<style>
 a { background-color: #928BDA; }

 a { background-color: rgb(146,139,218); }

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

<style>
 span { border-color: #928BDA; }

 span { border-color: rgb(146,139,218); }

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