#9188CD

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

Shades of Blue Bell #9188CD

Tints of Blue Bell #9188CD

Color information

#9188CD (or 0x9188CD) is unknown color: approx Blue Bell. HEX triplet: 91, 88 and CD. RGB value is (145,136,205). Sum of RGB (Red+Green+Blue) = 145+136+205=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #9188CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9188CD is #6E7732. Grayscale: #929292. Windows color (decimal): -7239475 or 13469841. OLE color: 13469841.

HSL color Cylindrical-coordinate representation of color #9188CD: hue angle of 247.83º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9188CD is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145136205-
CMYK0.290.3400.20
HSL247.83º40.83%66.86%-
HSV(B)247.83º33.66%80.39%-
XYZ31.528.0461.51-
YUV146.56160.98126.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.84%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=29.84%
G=27.98%
B=42.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451362050.290.3400.20247.8340.8366.86
Hex9188CD1D22014f82943
Octal221210315354202437051103
Binary10010001100010001100110111101100010010100111110001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9188CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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