#978DDB

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

Shades of Blue Bell #978DDB

Tints of Blue Bell #978DDB

Color information

#978DDB (or 0x978DDB) is unknown color: approx Blue Bell. HEX triplet: 97, 8D and DB. RGB value is (151,141,219). Sum of RGB (Red+Green+Blue) = 151+141+219=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #978DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DDB is #687224. Grayscale: #989898. Windows color (decimal): -6844965 or 14388631. OLE color: 14388631.

HSL color Cylindrical-coordinate representation of color #978DDB: hue angle of 247.69º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978DDB is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151141219-
CMYK0.310.3600.14
HSL247.69º52%70.59%-
HSV(B)247.69º35.62%85.88%-
XYZ35.0730.7471.1-
YUV152.88165.31126.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.55%
GREEN value IS 141 (55.47% from 255) = 27.59%
BLUE value IS 219 (85.94% from 255) = 42.86%
R=29.55%
G=27.59%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511412190.310.3600.14247.695270.59
Hex978DDB1F240Ef83447
Octal227215333374401637064107
Binary1001011110001101110110111111110010001110111110001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978DDB; }

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

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

<style>
 a { background-color: #978DDB; }

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

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

<style>
 span { border-color: #978DDB; }

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

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