#948DC3

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

Shades of Blue Bell #948DC3

Tints of Blue Bell #948DC3

Color information

#948DC3 (or 0x948DC3) is unknown color: approx Blue Bell. HEX triplet: 94, 8D and C3. RGB value is (148,141,195). Sum of RGB (Red+Green+Blue) = 148+141+195=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #948DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DC3 is #6B723C. Grayscale: #959595. Windows color (decimal): -7041597 or 12815764. OLE color: 12815764.

HSL color Cylindrical-coordinate representation of color #948DC3: hue angle of 247.78º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #948DC3 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148141195-
CMYK0.240.2800.24
HSL247.78º31.03%65.88%-
HSV(B)247.78º27.69%76.47%-
XYZ31.5929.2955.62-
YUV149.25153.82127.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.58%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 195 (76.56% from 255) = 40.29%
R=30.58%
G=29.13%
B=40.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481411950.240.2800.24247.7831.0365.88
Hex948DC3181C018f81f42
Octal224215303303403037037102
Binary100101001000110111000011110001110001100011111000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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