#978DD0

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

Shades of Blue Bell #978DD0

Tints of Blue Bell #978DD0

Color information

#978DD0 (or 0x978DD0) is unknown color: approx Blue Bell. HEX triplet: 97, 8D and D0. RGB value is (151,141,208). Sum of RGB (Red+Green+Blue) = 151+141+208=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #978DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DD0 is #68722F. Grayscale: #979797. Windows color (decimal): -6844976 or 13667735. OLE color: 13667735.

HSL color Cylindrical-coordinate representation of color #978DD0: hue angle of 248.96º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #978DD0 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB151141208-
CMYK0.270.3200.18
HSL248.96º41.61%68.43%-
HSV(B)248.96º32.21%81.57%-
XYZ33.6730.1863.73-
YUV151.63159.81127.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.2%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 208 (81.64% from 255) = 41.6%
R=30.2%
G=28.2%
B=41.6%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511412080.270.3200.18248.9641.6168.43
Hex978DD01B20012f92a44
Octal227215320334002237152104
Binary10010111100011011101000011011100000010010111110011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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