#978EDB

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

Shades of Blue Bell #978EDB

Tints of Blue Bell #978EDB

Color information

#978EDB (or 0x978EDB) is unknown color: approx Blue Bell. HEX triplet: 97, 8E and DB. RGB value is (151,142,219). Sum of RGB (Red+Green+Blue) = 151+142+219=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #978EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978EDB is #687124. Grayscale: #999999. Windows color (decimal): -6844709 or 14388887. OLE color: 14388887.

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

Color convert

RGB151142219-
CMYK0.310.3500.14
HSL247.01º51.68%70.78%-
HSV(B)247.01º35.16%85.88%-
XYZ35.2231.0471.15-
YUV153.47164.98126.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.49%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 219 (85.94% from 255) = 42.77%
R=29.49%
G=27.73%
B=42.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511422190.310.3500.14247.0151.6870.78
Hex978EDB1F230Ef73447
Octal227216333374301636764107
Binary1001011110001110110110111111110001101110111101111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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