#948BD6

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

Shades of Blue Bell #948BD6

Tints of Blue Bell #948BD6

Color information

#948BD6 (or 0x948BD6) is unknown color: approx Blue Bell. HEX triplet: 94, 8B and D6. RGB value is (148,139,214). Sum of RGB (Red+Green+Blue) = 148+139+214=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #948BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BD6 is #6B7429. Grayscale: #959595. Windows color (decimal): -7042090 or 14060436. OLE color: 14060436.

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

Color convert

RGB148139214-
CMYK0.310.3500.16
HSL247.2º47.77%69.22%-
HSV(B)247.2º35.05%83.92%-
XYZ33.5829.6267.56-
YUV150.24163.98126.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 214 (83.98% from 255) = 42.71%
R=29.54%
G=27.74%
B=42.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481392140.310.3500.16247.247.7769.22
Hex948BD61F23010f73045
Octal224213326374302036760105
Binary10010100100010111101011011111100011010000111101111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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