#9598BF

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

Shades of Blue Bell #9598BF

Tints of Blue Bell #9598BF

Color information

#9598BF (or 0x9598BF) is unknown color: approx Blue Bell. HEX triplet: 95, 98 and BF. RGB value is (149,152,191). Sum of RGB (Red+Green+Blue) = 149+152+191=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #9598BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9598BF is #6A6740. Grayscale: #9B9B9B. Windows color (decimal): -6973249 or 12556437. OLE color: 12556437.

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

Color convert

RGB149152191-
CMYK0.220.2000.25
HSL235.71º24.71%66.67%-
HSV(B)235.71º21.99%74.9%-
XYZ33.0332.6153.84-
YUV155.55148.01123.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 191 (75% from 255) = 38.82%
R=30.28%
G=30.89%
B=38.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491521910.220.2000.25235.7124.7166.67
Hex9598BF1614019ec1943
Octal225230277262403135431103
Binary100101011001100010111111101101010001100111101100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9598BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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