#978DCF

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

Shades of Blue Bell #978DCF

Tints of Blue Bell #978DCF

Color information

#978DCF (or 0x978DCF) is unknown color: approx Blue Bell. HEX triplet: 97, 8D and CF. RGB value is (151,141,207). Sum of RGB (Red+Green+Blue) = 151+141+207=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #978DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DCF is #687230. Grayscale: #979797. Windows color (decimal): -6844977 or 13602199. OLE color: 13602199.

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

Color convert

RGB151141207-
CMYK0.270.3200.19
HSL249.09º40.74%68.24%-
HSV(B)249.09º31.88%81.18%-
XYZ33.5530.1363.08-
YUV151.51159.31127.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.26%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=30.26%
G=28.26%
B=41.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511412070.270.3200.19249.0940.7468.24
Hex978DCF1B20013f92944
Octal227215317334002337151104
Binary10010111100011011100111111011100000010011111110011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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