#9499CA

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

Shades of Blue Bell #9499CA

Tints of Blue Bell #9499CA

Color information

#9499CA (or 0x9499CA) is unknown color: approx Blue Bell. HEX triplet: 94, 99 and CA. RGB value is (148,153,202). Sum of RGB (Red+Green+Blue) = 148+153+202=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #9499CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9499CA is #6B6635. Grayscale: #9C9C9C. Windows color (decimal): -7038518 or 13277588. OLE color: 13277588.

HSL color Cylindrical-coordinate representation of color #9499CA: hue angle of 234.44º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9499CA is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148153202-
CMYK0.270.2400.21
HSL234.44º33.75%68.63%-
HSV(B)234.44º26.73%79.22%-
XYZ34.2633.3460.51-
YUV157.09153.34121.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=29.42%
G=30.42%
B=40.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481532020.270.2400.21234.4433.7568.63
Hex9499CA1B18015ea2245
Octal224231312333002535242105
Binary1001010010011001110010101101111000010101111010101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9499CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9499CA; }

 p { color: rgb(148,153,202); }

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

<style>
 a { background-color: #9499CA; }

 a { background-color: rgb(148,153,202); }

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

<style>
 span { border-color: #9499CA; }

 span { border-color: rgb(148,153,202); }

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