#948DDC

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

Shades of Blue Bell #948DDC

Tints of Blue Bell #948DDC

Color information

#948DDC (or 0x948DDC) is unknown color: approx Blue Bell. HEX triplet: 94, 8D and DC. RGB value is (148,141,220). Sum of RGB (Red+Green+Blue) = 148+141+220=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #948DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DDC is #6B7223. Grayscale: #979797. Windows color (decimal): -7041572 or 14454164. OLE color: 14454164.

HSL color Cylindrical-coordinate representation of color #948DDC: hue angle of 245.32º degrees, saturation: 0.53, 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 #948DDC is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148141220-
CMYK0.330.3600.14
HSL245.32º53.02%70.78%-
HSV(B)245.32º35.91%86.27%-
XYZ34.6630.5171.77-
YUV152.1166.32125.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.08%
GREEN value IS 141 (55.47% from 255) = 27.70%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=29.08%
G=27.70%
B=43.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481412200.330.3600.14245.3253.0270.78
Hex948DDC21240Ef53547
Octal224215334414401636565107
Binary10010100100011011101110010000110010001110111101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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