#989CC3

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

Shades of Blue Bell #989CC3

Tints of Blue Bell #989CC3

Color information

#989CC3 (or 0x989CC3) is unknown color: approx Blue Bell. HEX triplet: 98, 9C and C3. RGB value is (152,156,195). Sum of RGB (Red+Green+Blue) = 152+156+195=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #989CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CC3 is #67633C. Grayscale: #9F9F9F. Windows color (decimal): -6775613 or 12819608. OLE color: 12819608.

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

Color convert

RGB152156195-
CMYK0.220.2000.24
HSL234.42º26.38%68.04%-
HSV(B)234.42º22.05%76.47%-
XYZ34.6934.3956.44-
YUV159.25148.17122.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=30.22%
G=31.01%
B=38.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521561950.220.2000.24234.4226.3868.04
Hex989CC31614018ea1a44
Octal230234303262403035232104
Binary100110001001110011000011101101010001100011101010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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