#9490CB

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

Shades of Blue Bell #9490CB

Tints of Blue Bell #9490CB

Color information

#9490CB (or 0x9490CB) is unknown color: approx Blue Bell. HEX triplet: 94, 90 and CB. RGB value is (148,144,203). Sum of RGB (Red+Green+Blue) = 148+144+203=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #9490CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9490CB is #6B6F34. Grayscale: #979797. Windows color (decimal): -7040821 or 13340820. OLE color: 13340820.

HSL color Cylindrical-coordinate representation of color #9490CB: hue angle of 244.07º degrees, saturation: 0.36, 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 #9490CB is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148144203-
CMYK0.270.2900.20
HSL244.07º36.2%68.04%-
HSV(B)244.07º29.06%79.61%-
XYZ32.9730.5560.66-
YUV151.92156.83125.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=29.90%
G=29.09%
B=41.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481442030.270.2900.20244.0736.268.04
Hex9490CB1B1D014f42444
Octal224220313333502436444104
Binary1001010010010000110010111101111101010100111101001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9490CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9490CB; }

 p { color: rgb(148,144,203); }

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

<style>
 a { background-color: #9490CB; }

 a { background-color: rgb(148,144,203); }

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

<style>
 span { border-color: #9490CB; }

 span { border-color: rgb(148,144,203); }

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