#978FD0

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

Shades of Blue Bell #978FD0

Tints of Blue Bell #978FD0

Color information

#978FD0 (or 0x978FD0) is unknown color: approx Blue Bell. HEX triplet: 97, 8F and D0. RGB value is (151,143,208). Sum of RGB (Red+Green+Blue) = 151+143+208=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #978FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FD0 is #68702F. Grayscale: #989898. Windows color (decimal): -6844464 or 13668247. OLE color: 13668247.

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

Color convert

RGB151143208-
CMYK0.270.3100.18
HSL247.38º40.88%68.82%-
HSV(B)247.38º31.25%81.57%-
XYZ33.9730.7863.82-
YUV152.8159.15126.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.08%
GREEN value IS 143 (56.25% from 255) = 28.49%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=30.08%
G=28.49%
B=41.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511432080.270.3100.18247.3840.8868.82
Hex978FD01B1F012f72945
Octal227217320333702236751105
Binary1001011110001111110100001101111111010010111101111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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