#978FDA

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

Shades of Blue Bell #978FDA

Tints of Blue Bell #978FDA

Color information

#978FDA (or 0x978FDA) is unknown color: approx Blue Bell. HEX triplet: 97, 8F and DA. RGB value is (151,143,218). Sum of RGB (Red+Green+Blue) = 151+143+218=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #978FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FDA is #687025. Grayscale: #999999. Windows color (decimal): -6844454 or 14323607. OLE color: 14323607.

HSL color Cylindrical-coordinate representation of color #978FDA: hue angle of 246.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #978FDA is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB151143218-
CMYK0.310.3400.15
HSL246.4º50.34%70.78%-
HSV(B)246.4º34.4%85.49%-
XYZ35.2431.2970.51-
YUV153.94164.15125.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.49%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=29.49%
G=27.93%
B=42.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1511432180.310.3400.15246.450.3470.78
Hex978FDA1F220Ff63247
Octal227217332374201736662107
Binary1001011110001111110110101111110001001111111101101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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