#948DCF

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

Shades of Blue Bell #948DCF

Tints of Blue Bell #948DCF

Color information

#948DCF (or 0x948DCF) is unknown color: approx Blue Bell. HEX triplet: 94, 8D and CF. RGB value is (148,141,207). Sum of RGB (Red+Green+Blue) = 148+141+207=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #948DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DCF is #6B7230. Grayscale: #969696. Windows color (decimal): -7041585 or 13602196. OLE color: 13602196.

HSL color Cylindrical-coordinate representation of color #948DCF: hue angle of 246.36º degrees, saturation: 0.41, 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 #948DCF is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148141207-
CMYK0.290.3200.19
HSL246.36º40.74%68.24%-
HSV(B)246.36º31.88%81.18%-
XYZ3329.8563.05-
YUV150.62159.82126.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.84%
GREEN value IS 141 (55.47% from 255) = 28.43%
BLUE value IS 207 (81.25% from 255) = 41.73%
R=29.84%
G=28.43%
B=41.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481412070.290.3200.19246.3640.7468.24
Hex948DCF1D20013f62944
Octal224215317354002336651104
Binary10010100100011011100111111101100000010011111101101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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