#948ADA

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

Shades of Blue Bell #948ADA

Tints of Blue Bell #948ADA

Color information

#948ADA (or 0x948ADA) is unknown color: approx Blue Bell. HEX triplet: 94, 8A and DA. RGB value is (148,138,218). Sum of RGB (Red+Green+Blue) = 148+138+218=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #948ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ADA is #6B7525. Grayscale: #959595. Windows color (decimal): -7042342 or 14322324. OLE color: 14322324.

HSL color Cylindrical-coordinate representation of color #948ADA: hue angle of 247.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #948ADA is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148138218-
CMYK0.320.3700.15
HSL247.5º51.95%69.8%-
HSV(B)247.5º36.7%85.49%-
XYZ33.9629.5370.24-
YUV150.11166.31126.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=29.37%
G=27.38%
B=43.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481382180.320.3700.15247.551.9569.8
Hex948ADA20250Ff83446
Octal224212332404501737064106
Binary10010100100010101101101010000010010101111111110001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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