#948DDF

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

Shades of Blue Bell #948DDF

Tints of Blue Bell #948DDF

Color information

#948DDF (or 0x948DDF) is unknown color: approx Blue Bell. HEX triplet: 94, 8D and DF. RGB value is (148,141,223). Sum of RGB (Red+Green+Blue) = 148+141+223=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #948DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DDF is #6B7220. Grayscale: #989898. Windows color (decimal): -7041569 or 14650772. OLE color: 14650772.

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

Color convert

RGB148141223-
CMYK0.340.3700.13
HSL245.12º56.16%71.37%-
HSV(B)245.12º36.77%87.45%-
XYZ35.0630.6773.88-
YUV152.44167.82124.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 223 (87.5% from 255) = 43.55%
R=28.91%
G=27.54%
B=43.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481412230.340.3700.13245.1256.1671.37
Hex948DDF22250Df53847
Octal224215337424501536570107
Binary10010100100011011101111110001010010101101111101011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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