#9194BE

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

Shades of Blue Bell #9194BE

Tints of Blue Bell #9194BE

Color information

#9194BE (or 0x9194BE) is unknown color: approx Blue Bell. HEX triplet: 91, 94 and BE. RGB value is (145,148,190). Sum of RGB (Red+Green+Blue) = 145+148+190=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #9194BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9194BE is #6E6B41. Grayscale: #979797. Windows color (decimal): -7236418 or 12489873. OLE color: 12489873.

HSL color Cylindrical-coordinate representation of color #9194BE: hue angle of 236º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9194BE is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145148190-
CMYK0.240.2200.25
HSL236º25.71%65.69%-
HSV(B)236º23.68%74.51%-
XYZ31.5630.9253.02-
YUV151.89149.51123.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.02%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=30.02%
G=30.64%
B=39.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451481900.240.2200.2523625.7165.69
Hex9194BE1816019ec1a42
Octal221224276302603135432102
Binary100100011001010010111110110001011001100111101100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9194BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9194BE; }

 p { color: rgb(145,148,190); }

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

<style>
 a { background-color: #9194BE; }

 a { background-color: rgb(145,148,190); }

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

<style>
 span { border-color: #9194BE; }

 span { border-color: rgb(145,148,190); }

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