#948BDE

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

Shades of Blue Bell #948BDE

Tints of Blue Bell #948BDE

Color information

#948BDE (or 0x948BDE) is unknown color: approx Blue Bell. HEX triplet: 94, 8B and DE. RGB value is (148,139,222). Sum of RGB (Red+Green+Blue) = 148+139+222=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #948BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BDE is #6B7421. Grayscale: #969696. Windows color (decimal): -7042082 or 14584724. OLE color: 14584724.

HSL color Cylindrical-coordinate representation of color #948BDE: hue angle of 246.51º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #948BDE is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148139222-
CMYK0.330.3700.13
HSL246.51º55.7%70.78%-
HSV(B)246.51º37.39%87.06%-
XYZ34.6330.0473.08-
YUV151.15167.98125.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.08%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=29.08%
G=27.31%
B=43.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481392220.330.3700.13246.5155.770.78
Hex948BDE21250Df73847
Octal224213336414501536770107
Binary10010100100010111101111010000110010101101111101111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,139,222); }

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

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

 a { background-color: rgb(148,139,222); }

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

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

 span { border-color: rgb(148,139,222); }

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