#9190D1

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

Shades of Blue Bell #9190D1

Tints of Blue Bell #9190D1

Color information

#9190D1 (or 0x9190D1) is unknown color: approx Blue Bell. HEX triplet: 91, 90 and D1. RGB value is (145,144,209). Sum of RGB (Red+Green+Blue) = 145+144+209=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #9190D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9190D1 is #6E6F2E. Grayscale: #979797. Windows color (decimal): -7237423 or 13734033. OLE color: 13734033.

HSL color Cylindrical-coordinate representation of color #9190D1: hue angle of 240.92º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9190D1 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145144209-
CMYK0.310.3100.18
HSL240.92º41.4%69.22%-
HSV(B)240.92º31.1%81.96%-
XYZ33.1630.5764.47-
YUV151.71160.33123.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.12%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 209 (82.03% from 255) = 41.97%
R=29.12%
G=28.92%
B=41.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451442090.310.3100.18240.9241.469.22
Hex9190D11F1F012f12945
Octal221220321373702236151105
Binary1001000110010000110100011111111111010010111100011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9190D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9190D1; }

 p { color: rgb(145,144,209); }

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

<style>
 a { background-color: #9190D1; }

 a { background-color: rgb(145,144,209); }

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

<style>
 span { border-color: #9190D1; }

 span { border-color: rgb(145,144,209); }

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