#9C98E2

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

Shades of Blue Bell #9C98E2

Tints of Blue Bell #9C98E2

Color information

#9C98E2 (or 0x9C98E2) is unknown color: approx Blue Bell. HEX triplet: 9C, 98 and E2. RGB value is (156,152,226). Sum of RGB (Red+Green+Blue) = 156+152+226=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 226 - color contains mainly: blue. Hex color #9C98E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C98E2 is #63671D. Grayscale: #A1A1A1. Windows color (decimal): -6514462 or 14850204. OLE color: 14850204.

HSL color Cylindrical-coordinate representation of color #9C98E2: hue angle of 243.24º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C98E2 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB156152226-
CMYK0.310.3300.11
HSL243.24º56.06%74.12%-
HSV(B)243.24º32.74%88.63%-
XYZ38.6735.0276.67-
YUV161.63164.33123.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.21%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 226 (88.67% from 255) = 42.32%
R=29.21%
G=28.46%
B=42.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1561522260.310.3300.11243.2456.0674.12
Hex9C98E21F210Bf3384a
Octal234230342374101336370112
Binary1001110010011000111000101111110000101011111100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C98E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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