#948BC9

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

Shades of Blue Bell #948BC9

Tints of Blue Bell #948BC9

Color information

#948BC9 (or 0x948BC9) is unknown color: approx Blue Bell. HEX triplet: 94, 8B and C9. RGB value is (148,139,201). Sum of RGB (Red+Green+Blue) = 148+139+201=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #948BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BC9 is #6B7436. Grayscale: #949494. Windows color (decimal): -7042103 or 13208468. OLE color: 13208468.

HSL color Cylindrical-coordinate representation of color #948BC9: hue angle of 248.71º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #948BC9 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148139201-
CMYK0.260.3100.21
HSL248.71º36.47%66.67%-
HSV(B)248.71º30.85%78.82%-
XYZ31.9928.9859.17-
YUV148.76157.48127.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.33%
GREEN value IS 139 (54.69% from 255) = 28.48%
BLUE value IS 201 (78.91% from 255) = 41.19%
R=30.33%
G=28.48%
B=41.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481392010.260.3100.21248.7136.4766.67
Hex948BC91A1F015f92443
Octal224213311323702537144103
Binary1001010010001011110010011101011111010101111110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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