#989BC4

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

Shades of Blue Bell #989BC4

Tints of Blue Bell #989BC4

Color information

#989BC4 (or 0x989BC4) is unknown color: approx Blue Bell. HEX triplet: 98, 9B and C4. RGB value is (152,155,196). Sum of RGB (Red+Green+Blue) = 152+155+196=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #989BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BC4 is #67643B. Grayscale: #9E9E9E. Windows color (decimal): -6775868 or 12884888. OLE color: 12884888.

HSL color Cylindrical-coordinate representation of color #989BC4: hue angle of 235.91º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #989BC4 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152155196-
CMYK0.220.2100.23
HSL235.91º27.16%68.24%-
HSV(B)235.91º22.45%76.86%-
XYZ34.6334.156.98-
YUV158.78149.01123.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=30.22%
G=30.82%
B=38.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521551960.220.2100.23235.9127.1668.24
Hex989BC41615017ec1b44
Octal230233304262502735433104
Binary100110001001101111000100101101010101011111101100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,155,196); }

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

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

 a { background-color: rgb(152,155,196); }

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

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

 span { border-color: rgb(152,155,196); }

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