#9491CE

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

Shades of Blue Bell #9491CE

Tints of Blue Bell #9491CE

Color information

#9491CE (or 0x9491CE) is unknown color: approx Blue Bell. HEX triplet: 94, 91 and CE. RGB value is (148,145,206). Sum of RGB (Red+Green+Blue) = 148+145+206=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #9491CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9491CE is #6B6E31. Grayscale: #989898. Windows color (decimal): -7040562 or 13537684. OLE color: 13537684.

HSL color Cylindrical-coordinate representation of color #9491CE: hue angle of 242.95º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9491CE is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148145206-
CMYK0.280.3000.19
HSL242.95º38.36%68.82%-
HSV(B)242.95º29.61%80.78%-
XYZ33.483162.61-
YUV152.85157.99124.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.66%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=29.66%
G=29.06%
B=41.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481452060.280.3000.19242.9538.3668.82
Hex9491CE1C1E013f32645
Octal224221316343602336346105
Binary1001010010010001110011101110011110010011111100111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9491CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9491CE; }

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

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

<style>
 a { background-color: #9491CE; }

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

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

<style>
 span { border-color: #9491CE; }

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

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