#9C98D5

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

Shades of Blue Bell #9C98D5

Tints of Blue Bell #9C98D5

Color information

#9C98D5 (or 0x9C98D5) is unknown color: approx Blue Bell. HEX triplet: 9C, 98 and D5. RGB value is (156,152,213). Sum of RGB (Red+Green+Blue) = 156+152+213=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C98D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C98D5 is #63672A. Grayscale: #9F9F9F. Windows color (decimal): -6514475 or 13998236. OLE color: 13998236.

HSL color Cylindrical-coordinate representation of color #9C98D5: hue angle of 243.93º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C98D5 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB156152213-
CMYK0.270.2900.16
HSL243.93º42.07%71.57%-
HSV(B)243.93º28.64%83.53%-
XYZ36.9534.3367.63-
YUV160.15157.83125.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.94%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=29.94%
G=29.17%
B=40.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1561522130.270.2900.16243.9342.0771.57
Hex9C98D51B1D010f42a48
Octal234230325333502036452110
Binary1001110010011000110101011101111101010000111101001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C98D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,152,213); }

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

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

 a { background-color: rgb(156,152,213); }

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

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

 span { border-color: rgb(156,152,213); }

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