#989FC1

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

Shades of Blue Bell #989FC1

Tints of Blue Bell #989FC1

Color information

#989FC1 (or 0x989FC1) is unknown color: approx Blue Bell. HEX triplet: 98, 9F and C1. RGB value is (152,159,193). Sum of RGB (Red+Green+Blue) = 152+159+193=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #989FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FC1 is #67603E. Grayscale: #A0A0A0. Windows color (decimal): -6774847 or 12689304. OLE color: 12689304.

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

Color convert

RGB152159193-
CMYK0.210.1800.24
HSL229.76º24.85%67.65%-
HSV(B)229.76º21.24%75.69%-
XYZ34.9735.3255.43-
YUV160.78146.18121.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.16%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=30.16%
G=31.55%
B=38.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521591930.210.1800.24229.7624.8567.65
Hex989FC11512018e61944
Octal230237301252203034631104
Binary100110001001111111000001101011001001100011100110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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