#928CD9

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

Shades of Blue Bell #928CD9

Tints of Blue Bell #928CD9

Color information

#928CD9 (or 0x928CD9) is unknown color: approx Blue Bell. HEX triplet: 92, 8C and D9. RGB value is (146,140,217). Sum of RGB (Red+Green+Blue) = 146+140+217=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #928CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928CD9 is #6D7326. Grayscale: #969696. Windows color (decimal): -7172903 or 14257298. OLE color: 14257298.

HSL color Cylindrical-coordinate representation of color #928CD9: hue angle of 244.68º degrees, saturation: 0.5, 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 #928CD9 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146140217-
CMYK0.330.3500.15
HSL244.68º50.33%70%-
HSV(B)244.68º35.48%85.1%-
XYZ33.7629.8869.63-
YUV150.57165.49124.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.03%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 217 (85.16% from 255) = 43.14%
R=29.03%
G=27.83%
B=43.14%

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
Decimal1461402170.330.3500.15244.6850.3370
Hex928CD921230Ff53246
Octal222214331414301736562106
Binary10010010100011001101100110000110001101111111101011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,140,217); }

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

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

 a { background-color: rgb(146,140,217); }

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

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

 span { border-color: rgb(146,140,217); }

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