#948CD5

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

Shades of Blue Bell #948CD5

Tints of Blue Bell #948CD5

Color information

#948CD5 (or 0x948CD5) is unknown color: approx Blue Bell. HEX triplet: 94, 8C and D5. RGB value is (148,140,213). Sum of RGB (Red+Green+Blue) = 148+140+213=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #948CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CD5 is #6B732A. Grayscale: #969696. Windows color (decimal): -7041835 or 13995156. OLE color: 13995156.

HSL color Cylindrical-coordinate representation of color #948CD5: hue angle of 246.58º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #948CD5 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148140213-
CMYK0.310.3400.16
HSL246.58º46.5%69.22%-
HSV(B)246.58º34.27%83.53%-
XYZ33.629.8666.94-
YUV150.71163.15126.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 213 (83.59% from 255) = 42.51%
R=29.54%
G=27.94%
B=42.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481402130.310.3400.16246.5846.569.22
Hex948CD51F22010f72e45
Octal224214325374202036756105
Binary10010100100011001101010111111100010010000111101111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,140,213); }

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

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

 a { background-color: rgb(148,140,213); }

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

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

 span { border-color: rgb(148,140,213); }

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