#9188DF

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

Shades of Blue Bell #9188DF

Tints of Blue Bell #9188DF

Color information

#9188DF (or 0x9188DF) is unknown color: approx Blue Bell. HEX triplet: 91, 88 and DF. RGB value is (145,136,223). Sum of RGB (Red+Green+Blue) = 145+136+223=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #9188DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9188DF is #6E7720. Grayscale: #949494. Windows color (decimal): -7239457 or 14649489. OLE color: 14649489.

HSL color Cylindrical-coordinate representation of color #9188DF: hue angle of 246.21º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9188DF is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145136223-
CMYK0.350.3900.13
HSL246.21º57.62%70.39%-
HSV(B)246.21º39.01%87.45%-
XYZ33.828.9673.62-
YUV148.61169.98125.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.77%
GREEN value IS 136 (53.52% from 255) = 26.98%
BLUE value IS 223 (87.5% from 255) = 44.25%
R=28.77%
G=26.98%
B=44.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451362230.350.3900.13246.2157.6270.39
Hex9188DF23270Df63a46
Octal221210337434701536672106
Binary10010001100010001101111110001110011101101111101101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9188DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9188DF; }

 p { color: rgb(145,136,223); }

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

<style>
 a { background-color: #9188DF; }

 a { background-color: rgb(145,136,223); }

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

<style>
 span { border-color: #9188DF; }

 span { border-color: rgb(145,136,223); }

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