#948DDD

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

Shades of Blue Bell #948DDD

Tints of Blue Bell #948DDD

Color information

#948DDD (or 0x948DDD) is unknown color: approx Blue Bell. HEX triplet: 94, 8D and DD. RGB value is (148,141,221). Sum of RGB (Red+Green+Blue) = 148+141+221=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #948DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DDD is #6B7222. Grayscale: #979797. Windows color (decimal): -7041571 or 14519700. OLE color: 14519700.

HSL color Cylindrical-coordinate representation of color #948DDD: hue angle of 245.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #948DDD is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148141221-
CMYK0.330.3600.13
HSL245.25º54.05%70.98%-
HSV(B)245.25º36.2%86.67%-
XYZ34.7930.5772.47-
YUV152.21166.82125-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.02%
GREEN value IS 141 (55.47% from 255) = 27.65%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=29.02%
G=27.65%
B=43.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481412210.330.3600.13245.2554.0570.98
Hex948DDD21240Df53647
Octal224215335414401536566107
Binary10010100100011011101110110000110010001101111101011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948DDD; }

 p { color: rgb(148,141,221); }

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

<style>
 a { background-color: #948DDD; }

 a { background-color: rgb(148,141,221); }

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

<style>
 span { border-color: #948DDD; }

 span { border-color: rgb(148,141,221); }

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