#978FDC

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

Shades of Blue Bell #978FDC

Tints of Blue Bell #978FDC

Color information

#978FDC (or 0x978FDC) is unknown color: approx Blue Bell. HEX triplet: 97, 8F and DC. RGB value is (151,143,220). Sum of RGB (Red+Green+Blue) = 151+143+220=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #978FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FDC is #687023. Grayscale: #999999. Windows color (decimal): -6844452 or 14454679. OLE color: 14454679.

HSL color Cylindrical-coordinate representation of color #978FDC: hue angle of 246.23º 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 #978FDC is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151143220-
CMYK0.310.3500.14
HSL246.23º52.38%71.18%-
HSV(B)246.23º35%86.27%-
XYZ35.531.3971.9-
YUV154.17165.15125.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.38%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=29.38%
G=27.82%
B=42.80%

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
Decimal1511432200.310.3500.14246.2352.3871.18
Hex978FDC1F230Ef63447
Octal227217334374301636664107
Binary1001011110001111110111001111110001101110111101101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,143,220); }

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

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

 a { background-color: rgb(151,143,220); }

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

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

 span { border-color: rgb(151,143,220); }

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