#9099c3

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

Shades of Blue Bell #9099C3

Tints of Blue Bell #9099C3

Color information

#9099C3 (or 0x9099C3) is unknown color: approx Blue Bell. HEX triplet: 90, 99 and C3. RGB value is (144,153,195). Sum of RGB (Red+Green+Blue) = 144+153+195=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #9099C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099C3 is #6F663C. Grayscale: #9A9A9A. Windows color (decimal): -7300669 or 12818832. OLE color: 12818832.

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

Color convert

RGB144153195-
CMYK0.260.2200.24
HSL229.41º29.82%66.47%-
HSV(B)229.41º26.15%76.47%-
XYZ32.7432.6556.21-
YUV155.1150.52120.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 195 (76.56% from 255) = 39.63%
R=29.27%
G=31.10%
B=39.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441531950.260.2200.24229.4129.8266.47
Hex9099C31A16018e51e42
Octal220231303322603034536102
Binary100100001001100111000011110101011001100011100101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9099c3; }

 p { color: rgb(144,153,195); }

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

<style>
 a { background-color: #9099c3; }

 a { background-color: rgb(144,153,195); }

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

<style>
 span { border-color: #9099c3; }

 span { border-color: rgb(144,153,195); }

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