#978DCD

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

Shades of Blue Bell #978DCD

Tints of Blue Bell #978DCD

Color information

#978DCD (or 0x978DCD) is unknown color: approx Blue Bell. HEX triplet: 97, 8D and CD. RGB value is (151,141,205). Sum of RGB (Red+Green+Blue) = 151+141+205=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #978DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DCD is #687232. Grayscale: #979797. Windows color (decimal): -6844979 or 13471127. OLE color: 13471127.

HSL color Cylindrical-coordinate representation of color #978DCD: hue angle of 249.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978DCD is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151141205-
CMYK0.260.3100.20
HSL249.38º39.02%67.84%-
HSV(B)249.38º31.22%80.39%-
XYZ33.3130.0461.8-
YUV151.29158.31127.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.38%
GREEN value IS 141 (55.47% from 255) = 28.37%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=30.38%
G=28.37%
B=41.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511412050.260.3100.20249.3839.0267.84
Hex978DCD1A1F014f92744
Octal227215315323702437147104
Binary1001011110001101110011011101011111010100111110011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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