#948EC1

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

Shades of Blue Bell #948EC1

Tints of Blue Bell #948EC1

Color information

#948EC1 (or 0x948EC1) is unknown color: approx Blue Bell. HEX triplet: 94, 8E and C1. RGB value is (148,142,193). Sum of RGB (Red+Green+Blue) = 148+142+193=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #948EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948EC1 is #6B713E. Grayscale: #959595. Windows color (decimal): -7041343 or 12684948. OLE color: 12684948.

HSL color Cylindrical-coordinate representation of color #948EC1: hue angle of 247.06º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #948EC1 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148142193-
CMYK0.230.2600.24
HSL247.06º29.14%65.69%-
HSV(B)247.06º26.42%75.69%-
XYZ31.5129.4954.48-
YUV149.61152.49126.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.64%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 193 (75.78% from 255) = 39.96%
R=30.64%
G=29.40%
B=39.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481421930.230.2600.24247.0629.1465.69
Hex948EC1171A018f71d42
Octal224216301273203036735102
Binary100101001000111011000001101111101001100011110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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