#9499D0

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

Shades of Blue Bell #9499D0

Tints of Blue Bell #9499D0

Color information

#9499D0 (or 0x9499D0) is unknown color: approx Blue Bell. HEX triplet: 94, 99 and D0. RGB value is (148,153,208). Sum of RGB (Red+Green+Blue) = 148+153+208=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #9499D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9499D0 is #6B662F. Grayscale: #9D9D9D. Windows color (decimal): -7038512 or 13670804. OLE color: 13670804.

HSL color Cylindrical-coordinate representation of color #9499D0: hue angle of 235º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9499D0 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148153208-
CMYK0.290.2600.18
HSL235º38.96%69.8%-
HSV(B)235º28.85%81.57%-
XYZ34.9933.6364.32-
YUV157.77156.34121.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.08%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=29.08%
G=30.06%
B=40.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481532080.290.2600.1823538.9669.8
Hex9499D01D1A012eb2746
Octal224231320353202235347106
Binary1001010010011001110100001110111010010010111010111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9499D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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