#948ECE

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

Shades of Blue Bell #948ECE

Tints of Blue Bell #948ECE

Color information

#948ECE (or 0x948ECE) is unknown color: approx Blue Bell. HEX triplet: 94, 8E and CE. RGB value is (148,142,206). Sum of RGB (Red+Green+Blue) = 148+142+206=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #948ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ECE is #6B7131. Grayscale: #969696. Windows color (decimal): -7041330 or 13536916. OLE color: 13536916.

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

Color convert

RGB148142206-
CMYK0.280.3100.19
HSL245.62º39.51%68.24%-
HSV(B)245.62º31.07%80.78%-
XYZ33.0330.162.46-
YUV151.09158.99125.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.84%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=29.84%
G=28.63%
B=41.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481422060.280.3100.19245.6239.5168.24
Hex948ECE1C1F013f62844
Octal224216316343702336650104
Binary1001010010001110110011101110011111010011111101101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,142,206); }

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

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

 a { background-color: rgb(148,142,206); }

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

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

 span { border-color: rgb(148,142,206); }

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