#948AD3

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

Shades of Blue Bell #948AD3

Tints of Blue Bell #948AD3

Color information

#948AD3 (or 0x948AD3) is unknown color: approx Blue Bell. HEX triplet: 94, 8A and D3. RGB value is (148,138,211). Sum of RGB (Red+Green+Blue) = 148+138+211=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 211 - color contains mainly: blue. Hex color #948AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948AD3 is #6B752C. Grayscale: #959595. Windows color (decimal): -7042349 or 13863572. OLE color: 13863572.

HSL color Cylindrical-coordinate representation of color #948AD3: hue angle of 248.22º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #948AD3 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB148138211-
CMYK0.300.3500.17
HSL248.22º45.34%68.43%-
HSV(B)248.22º34.6%82.75%-
XYZ33.0629.1865.52-
YUV149.31162.81127.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.78%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 211 (82.81% from 255) = 42.45%
R=29.78%
G=27.77%
B=42.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1481382110.300.3500.17248.2245.3468.43
Hex948AD31E23011f82d44
Octal224212323364302137055104
Binary10010100100010101101001111110100011010001111110001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,138,211); }

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

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

 a { background-color: rgb(148,138,211); }

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

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

 span { border-color: rgb(148,138,211); }

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