#9495CE

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

Shades of Blue Bell #9495CE

Tints of Blue Bell #9495CE

Color information

#9495CE (or 0x9495CE) is unknown color: approx Blue Bell. HEX triplet: 94, 95 and CE. RGB value is (148,149,206). Sum of RGB (Red+Green+Blue) = 148+149+206=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #9495CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9495CE is #6B6A31. Grayscale: #9A9A9A. Windows color (decimal): -7039538 or 13538708. OLE color: 13538708.

HSL color Cylindrical-coordinate representation of color #9495CE: hue angle of 238.97º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9495CE is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148149206-
CMYK0.280.2800.19
HSL238.97º37.18%69.41%-
HSV(B)238.97º28.16%80.78%-
XYZ34.132.2562.82-
YUV155.2156.67122.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=29.42%
G=29.62%
B=40.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481492060.280.2800.19238.9737.1869.41
Hex9495CE1C1C013ef2545
Octal224225316343402335745105
Binary1001010010010101110011101110011100010011111011111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9495CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9495CE; }

 p { color: rgb(148,149,206); }

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

<style>
 a { background-color: #9495CE; }

 a { background-color: rgb(148,149,206); }

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

<style>
 span { border-color: #9495CE; }

 span { border-color: rgb(148,149,206); }

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