#948ECF

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

Shades of Blue Bell #948ECF

Tints of Blue Bell #948ECF

Color information

#948ECF (or 0x948ECF) is unknown color: approx Blue Bell. HEX triplet: 94, 8E and CF. RGB value is (148,142,207). Sum of RGB (Red+Green+Blue) = 148+142+207=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #948ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ECF is #6B7130. Grayscale: #969696. Windows color (decimal): -7041329 or 13602452. OLE color: 13602452.

HSL color Cylindrical-coordinate representation of color #948ECF: hue angle of 245.54º 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 #948ECF is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148142207-
CMYK0.290.3100.19
HSL245.54º40.37%68.43%-
HSV(B)245.54º31.4%81.18%-
XYZ33.1530.1563.1-
YUV151.2159.49125.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.78%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=29.78%
G=28.57%
B=41.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481422070.290.3100.19245.5440.3768.43
Hex948ECF1D1F013f62844
Octal224216317353702336650104
Binary1001010010001110110011111110111111010011111101101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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