#948DE4

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

Shades of Blue Bell #948DE4

Tints of Blue Bell #948DE4

Color information

#948DE4 (or 0x948DE4) is unknown color: approx Blue Bell. HEX triplet: 94, 8D and E4. RGB value is (148,141,228). Sum of RGB (Red+Green+Blue) = 148+141+228=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #948DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DE4 is #6B721B. Grayscale: #989898. Windows color (decimal): -7041564 or 14978452. OLE color: 14978452.

HSL color Cylindrical-coordinate representation of color #948DE4: hue angle of 244.83º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #948DE4 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB148141228-
CMYK0.350.3800.11
HSL244.83º61.7%72.35%-
HSV(B)244.83º38.16%89.41%-
XYZ35.7430.9577.49-
YUV153.01170.32124.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 228 (89.45% from 255) = 44.10%
R=28.63%
G=27.27%
B=44.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1481412280.350.3800.11244.8361.772.35
Hex948DE423260Bf53e48
Octal224215344434601336576110
Binary10010100100011011110010010001110011001011111101011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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