#9598CE

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

Shades of Blue Bell #9598CE

Tints of Blue Bell #9598CE

Color information

#9598CE (or 0x9598CE) is unknown color: approx Blue Bell. HEX triplet: 95, 98 and CE. RGB value is (149,152,206). Sum of RGB (Red+Green+Blue) = 149+152+206=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #9598CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9598CE is #6A6731. Grayscale: #9D9D9D. Windows color (decimal): -6973234 or 13539477. OLE color: 13539477.

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

Color convert

RGB149152206-
CMYK0.280.2600.19
HSL236.84º36.77%69.61%-
HSV(B)236.84º27.67%80.78%-
XYZ34.7633.362.99-
YUV157.26155.51122.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.39%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=29.39%
G=29.98%
B=40.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491522060.280.2600.19236.8436.7769.61
Hex9598CE1C1A013ed2546
Octal225230316343202335545106
Binary1001010110011000110011101110011010010011111011011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9598CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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