#989CC1

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

Shades of Blue Bell #989CC1

Tints of Blue Bell #989CC1

Color information

#989CC1 (or 0x989CC1) is unknown color: approx Blue Bell. HEX triplet: 98, 9C and C1. RGB value is (152,156,193). Sum of RGB (Red+Green+Blue) = 152+156+193=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #989CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CC1 is #67633E. Grayscale: #9E9E9E. Windows color (decimal): -6775615 or 12688536. OLE color: 12688536.

HSL color Cylindrical-coordinate representation of color #989CC1: hue angle of 234.15º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #989CC1 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB152156193-
CMYK0.210.1900.24
HSL234.15º24.85%67.65%-
HSV(B)234.15º21.24%75.69%-
XYZ34.4634.355.26-
YUV159.02147.17122.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=30.34%
G=31.14%
B=38.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521561930.210.1900.24234.1524.8567.65
Hex989CC11513018ea1944
Octal230234301252303035231104
Binary100110001001110011000001101011001101100011101010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989CC1; }

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

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

<style>
 a { background-color: #989CC1; }

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

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

<style>
 span { border-color: #989CC1; }

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

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