#9488DD

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

Shades of Blue Bell #9488DD

Tints of Blue Bell #9488DD

Color information

#9488DD (or 0x9488DD) is unknown color: approx Blue Bell. HEX triplet: 94, 88 and DD. RGB value is (148,136,221). Sum of RGB (Red+Green+Blue) = 148+136+221=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #9488DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488DD is #6B7722. Grayscale: #949494. Windows color (decimal): -7042851 or 14518420. OLE color: 14518420.

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

Color convert

RGB148136221-
CMYK0.330.3800.13
HSL248.47º55.56%70%-
HSV(B)248.47º38.46%86.67%-
XYZ34.0729.1272.23-
YUV149.28168.48127.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.31%
GREEN value IS 136 (53.52% from 255) = 26.93%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=29.31%
G=26.93%
B=43.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481362210.330.3800.13248.4755.5670
Hex9488DD21260Df83846
Octal224210335414601537070106
Binary10010100100010001101110110000110011001101111110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9488DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9488DD; }

 p { color: rgb(148,136,221); }

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

<style>
 a { background-color: #9488DD; }

 a { background-color: rgb(148,136,221); }

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

<style>
 span { border-color: #9488DD; }

 span { border-color: rgb(148,136,221); }

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