#9190CC

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

Shades of Blue Bell #9190CC

Tints of Blue Bell #9190CC

Color information

#9190CC (or 0x9190CC) is unknown color: approx Blue Bell. HEX triplet: 91, 90 and CC. RGB value is (145,144,204). Sum of RGB (Red+Green+Blue) = 145+144+204=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #9190CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9190CC is #6E6F33. Grayscale: #969696. Windows color (decimal): -7237428 or 13406353. OLE color: 13406353.

HSL color Cylindrical-coordinate representation of color #9190CC: hue angle of 241º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9190CC is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145144204-
CMYK0.290.2900.2
HSL241º37.04%68.24%-
HSV(B)241º29.41%80%-
XYZ32.5530.3361.26-
YUV151.14157.83123.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.41%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=29.41%
G=29.21%
B=41.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451442040.290.2900.224137.0468.24
Hex9190CC1D1D014f12544
Octal221220314353502436145104
Binary1001000110010000110011001110111101010100111100011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9190CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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