#979ADB

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

Shades of Blue Bell #979ADB

Tints of Blue Bell #979ADB

Color information

#979ADB (or 0x979ADB) is unknown color: approx Blue Bell. HEX triplet: 97, 9A and DB. RGB value is (151,154,219). Sum of RGB (Red+Green+Blue) = 151+154+219=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #979ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ADB is #686524. Grayscale: #A0A0A0. Windows color (decimal): -6841637 or 14391959. OLE color: 14391959.

HSL color Cylindrical-coordinate representation of color #979ADB: hue angle of 237.35º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #979ADB is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151154219-
CMYK0.310.3000.14
HSL237.35º48.57%72.55%-
HSV(B)237.35º31.05%85.88%-
XYZ37.134.871.78-
YUV160.51161.01121.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.82%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=28.82%
G=29.39%
B=41.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511542190.310.3000.14237.3548.5772.55
Hex979ADB1F1E0Eed3149
Octal227232333373601635561111
Binary100101111001101011011011111111111001110111011011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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