#9499CB

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

Shades of Blue Bell #9499CB

Tints of Blue Bell #9499CB

Color information

#9499CB (or 0x9499CB) is unknown color: approx Blue Bell. HEX triplet: 94, 99 and CB. RGB value is (148,153,203). Sum of RGB (Red+Green+Blue) = 148+153+203=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #9499CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9499CB is #6B6634. Grayscale: #9D9D9D. Windows color (decimal): -7038517 or 13343124. OLE color: 13343124.

HSL color Cylindrical-coordinate representation of color #9499CB: hue angle of 234.55º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9499CB is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148153203-
CMYK0.270.2500.20
HSL234.55º34.59%68.82%-
HSV(B)234.55º27.09%79.61%-
XYZ34.3833.3961.13-
YUV157.2153.84121.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=29.37%
G=30.36%
B=40.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481532030.270.2500.20234.5534.5968.82
Hex9499CB1B19014eb2345
Octal224231313333102435343105
Binary1001010010011001110010111101111001010100111010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9499CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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