#948FCE

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

Shades of Blue Bell #948FCE

Tints of Blue Bell #948FCE

Color information

#948FCE (or 0x948FCE) is unknown color: approx Blue Bell. HEX triplet: 94, 8F and CE. RGB value is (148,143,206). Sum of RGB (Red+Green+Blue) = 148+143+206=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #948FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FCE is #6B7031. Grayscale: #979797. Windows color (decimal): -7041074 or 13537172. OLE color: 13537172.

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

Color convert

RGB148143206-
CMYK0.280.3100.19
HSL244.76º39.13%68.43%-
HSV(B)244.76º30.58%80.78%-
XYZ33.1830.462.51-
YUV151.68158.66125.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.78%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=29.78%
G=28.77%
B=41.45%

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
Decimal1481432060.280.3100.19244.7639.1368.43
Hex948FCE1C1F013f52744
Octal224217316343702336547104
Binary1001010010001111110011101110011111010011111101011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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