#948DDB

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

Shades of Blue Bell #948DDB

Tints of Blue Bell #948DDB

Color information

#948DDB (or 0x948DDB) is unknown color: approx Blue Bell. HEX triplet: 94, 8D and DB. RGB value is (148,141,219). Sum of RGB (Red+Green+Blue) = 148+141+219=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #948DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DDB is #6B7224. Grayscale: #979797. Windows color (decimal): -7041573 or 14388628. OLE color: 14388628.

HSL color Cylindrical-coordinate representation of color #948DDB: hue angle of 245.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #948DDB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148141219-
CMYK0.320.3600.14
HSL245.38º52%70.59%-
HSV(B)245.38º35.62%85.88%-
XYZ34.5230.4671.08-
YUV151.98165.82125.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.13%
GREEN value IS 141 (55.47% from 255) = 27.76%
BLUE value IS 219 (85.94% from 255) = 43.11%
R=29.13%
G=27.76%
B=43.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481412190.320.3600.14245.385270.59
Hex948DDB20240Ef53447
Octal224215333404401636564107
Binary10010100100011011101101110000010010001110111101011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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