#979ABF

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

Shades of Blue Bell #979ABF

Tints of Blue Bell #979ABF

Color information

#979ABF (or 0x979ABF) is unknown color: approx Blue Bell. HEX triplet: 97, 9A and BF. RGB value is (151,154,191). Sum of RGB (Red+Green+Blue) = 151+154+191=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #979ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ABF is #686540. Grayscale: #9D9D9D. Windows color (decimal): -6841665 or 12556951. OLE color: 12556951.

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

Color convert

RGB151154191-
CMYK0.210.1900.25
HSL235.5º23.81%67.06%-
HSV(B)235.5º20.94%74.9%-
XYZ33.7233.4553.97-
YUV157.32147.01123.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.44%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 191 (75% from 255) = 38.51%
R=30.44%
G=31.05%
B=38.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511541910.210.1900.25235.523.8167.06
Hex979ABF1513019ec1843
Octal227232277252303135430103
Binary100101111001101010111111101011001101100111101100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979ABF; }

 p { color: rgb(151,154,191); }

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

<style>
 a { background-color: #979ABF; }

 a { background-color: rgb(151,154,191); }

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

<style>
 span { border-color: #979ABF; }

 span { border-color: rgb(151,154,191); }

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