#9B98CE

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

Shades of Blue Bell #9B98CE

Tints of Blue Bell #9B98CE

Color information

#9B98CE (or 0x9B98CE) is unknown color: approx Blue Bell. HEX triplet: 9B, 98 and CE. RGB value is (155,152,206). Sum of RGB (Red+Green+Blue) = 155+152+206=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B98CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B98CE is #646731. Grayscale: #9E9E9E. Windows color (decimal): -6580018 or 13539483. OLE color: 13539483.

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

Color convert

RGB155152206-
CMYK0.250.2600.19
HSL243.33º35.53%70.2%-
HSV(B)243.33º26.21%80.78%-
XYZ35.8933.8863.04-
YUV159.05154.49125.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.21%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=30.21%
G=29.63%
B=40.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551522060.250.2600.19243.3335.5370.2
Hex9B98CE191A013f32446
Octal233230316313202336344106
Binary1001101110011000110011101100111010010011111100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B98CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B98CE; }

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

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

<style>
 a { background-color: #9B98CE; }

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

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

<style>
 span { border-color: #9B98CE; }

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

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