#948AD7

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

Shades of Blue Bell #948AD7

Tints of Blue Bell #948AD7

Color information

#948AD7 (or 0x948AD7) is unknown color: approx Blue Bell. HEX triplet: 94, 8A and D7. RGB value is (148,138,215). Sum of RGB (Red+Green+Blue) = 148+138+215=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #948AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948AD7 is #6B7528. Grayscale: #959595. Windows color (decimal): -7042345 or 14125716. OLE color: 14125716.

HSL color Cylindrical-coordinate representation of color #948AD7: hue angle of 247.79º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #948AD7 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148138215-
CMYK0.310.3600.16
HSL247.79º49.04%69.22%-
HSV(B)247.79º35.81%84.31%-
XYZ33.5729.3868.19-
YUV149.77164.81126.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 215 (84.38% from 255) = 42.91%
R=29.54%
G=27.54%
B=42.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481382150.310.3600.16247.7949.0469.22
Hex948AD71F24010f83145
Octal224212327374402037061105
Binary10010100100010101101011111111100100010000111110001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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