#948DCE

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

Shades of Blue Bell #948DCE

Tints of Blue Bell #948DCE

Color information

#948DCE (or 0x948DCE) is unknown color: approx Blue Bell. HEX triplet: 94, 8D and CE. RGB value is (148,141,206). Sum of RGB (Red+Green+Blue) = 148+141+206=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #948DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DCE is #6B7231. Grayscale: #969696. Windows color (decimal): -7041586 or 13536660. OLE color: 13536660.

HSL color Cylindrical-coordinate representation of color #948DCE: hue angle of 246.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #948DCE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148141206-
CMYK0.280.3200.19
HSL246.46º39.88%68.04%-
HSV(B)246.46º31.55%80.78%-
XYZ32.8829.862.41-
YUV150.5159.32126.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 141 (55.47% from 255) = 28.48%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=29.90%
G=28.48%
B=41.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481412060.280.3200.19246.4639.8868.04
Hex948DCE1C20013f62844
Octal224215316344002336650104
Binary10010100100011011100111011100100000010011111101101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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