#9495BF

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

Shades of Blue Bell #9495BF

Tints of Blue Bell #9495BF

Color information

#9495BF (or 0x9495BF) is unknown color: approx Blue Bell. HEX triplet: 94, 95 and BF. RGB value is (148,149,191). Sum of RGB (Red+Green+Blue) = 148+149+191=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #9495BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9495BF is #6B6A40. Grayscale: #999999. Windows color (decimal): -7039553 or 12555668. OLE color: 12555668.

HSL color Cylindrical-coordinate representation of color #9495BF: hue angle of 238.6º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9495BF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148149191-
CMYK0.230.2200.25
HSL238.6º25.15%66.47%-
HSV(B)238.6º22.51%74.9%-
XYZ32.3631.5553.67-
YUV153.49149.17124.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.33%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 191 (75% from 255) = 39.14%
R=30.33%
G=30.53%
B=39.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481491910.230.2200.25238.625.1566.47
Hex9495BF1716019ef1942
Octal224225277272603135731102
Binary100101001001010110111111101111011001100111101111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9495BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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