#989AC1

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

Shades of Blue Bell #989AC1

Tints of Blue Bell #989AC1

Color information

#989AC1 (or 0x989AC1) is unknown color: approx Blue Bell. HEX triplet: 98, 9A and C1. RGB value is (152,154,193). Sum of RGB (Red+Green+Blue) = 152+154+193=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #989AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989AC1 is #67653E. Grayscale: #9D9D9D. Windows color (decimal): -6776127 or 12688024. OLE color: 12688024.

HSL color Cylindrical-coordinate representation of color #989AC1: hue angle of 237.07º 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 #989AC1 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB152154193-
CMYK0.210.2000.24
HSL237.07º24.85%67.65%-
HSV(B)237.07º21.24%75.69%-
XYZ34.1333.6455.15-
YUV157.85147.84123.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 193 (75.78% from 255) = 38.68%
R=30.46%
G=30.86%
B=38.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521541930.210.2000.24237.0724.8567.65
Hex989AC11514018ed1944
Octal230232301252403035531104
Binary100110001001101011000001101011010001100011101101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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