#948DCD

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

Shades of Blue Bell #948DCD

Tints of Blue Bell #948DCD

Color information

#948DCD (or 0x948DCD) is unknown color: approx Blue Bell. HEX triplet: 94, 8D and CD. RGB value is (148,141,205). Sum of RGB (Red+Green+Blue) = 148+141+205=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #948DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DCD is #6B7232. Grayscale: #969696. Windows color (decimal): -7041587 or 13471124. OLE color: 13471124.

HSL color Cylindrical-coordinate representation of color #948DCD: hue angle of 246.56º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #948DCD is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148141205-
CMYK0.280.3100.20
HSL246.56º39.02%67.84%-
HSV(B)246.56º31.22%80.39%-
XYZ32.7629.7561.77-
YUV150.39158.82126.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=29.96%
G=28.54%
B=41.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481412050.280.3100.20246.5639.0267.84
Hex948DCD1C1F014f72744
Octal224215315343702436747104
Binary1001010010001101110011011110011111010100111101111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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