#9B98E1

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

Shades of Blue Bell #9B98E1

Tints of Blue Bell #9B98E1

Color information

#9B98E1 (or 0x9B98E1) is unknown color: approx Blue Bell. HEX triplet: 9B, 98 and E1. RGB value is (155,152,225). Sum of RGB (Red+Green+Blue) = 155+152+225=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B98E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B98E1 is #64671E. Grayscale: #A0A0A0. Windows color (decimal): -6579999 or 14784667. OLE color: 14784667.

HSL color Cylindrical-coordinate representation of color #9B98E1: hue angle of 242.47º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B98E1 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB155152225-
CMYK0.310.3200.12
HSL242.47º54.89%73.92%-
HSV(B)242.47º32.44%88.24%-
XYZ38.3434.8675.94-
YUV161.22163.99123.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.14%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 225 (88.28% from 255) = 42.29%
R=29.14%
G=28.57%
B=42.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1551522250.310.3200.12242.4754.8973.92
Hex9B98E11F200Cf2374a
Octal233230341374001436267112
Binary1001101110011000111000011111110000001100111100101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B98E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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