#928DDA

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

Shades of Blue Bell #928DDA

Tints of Blue Bell #928DDA

Color information

#928DDA (or 0x928DDA) is unknown color: approx Blue Bell. HEX triplet: 92, 8D and DA. RGB value is (146,141,218). Sum of RGB (Red+Green+Blue) = 146+141+218=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #928DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928DDA is #6D7225. Grayscale: #969696. Windows color (decimal): -7172646 or 14323090. OLE color: 14323090.

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

Color convert

RGB146141218-
CMYK0.330.3500.15
HSL243.9º50.99%70.39%-
HSV(B)243.9º35.32%85.49%-
XYZ34.0330.2270.37-
YUV151.27165.66124.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 141 (55.47% from 255) = 27.92%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=28.91%
G=27.92%
B=43.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461412180.330.3500.15243.950.9970.39
Hex928DDA21230Ff43346
Octal222215332414301736463106
Binary10010010100011011101101010000110001101111111101001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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