#978BDF

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

Shades of Blue Bell #978BDF

Tints of Blue Bell #978BDF

Color information

#978BDF (or 0x978BDF) is unknown color: approx Blue Bell. HEX triplet: 97, 8B and DF. RGB value is (151,139,223). Sum of RGB (Red+Green+Blue) = 151+139+223=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #978BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BDF is #687420. Grayscale: #979797. Windows color (decimal): -6845473 or 14650263. OLE color: 14650263.

HSL color Cylindrical-coordinate representation of color #978BDF: hue angle of 248.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #978BDF is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151139223-
CMYK0.320.3800.13
HSL248.57º56.76%70.98%-
HSV(B)248.57º37.67%87.45%-
XYZ35.3130.3773.81-
YUV152.16167.98127.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.43%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 223 (87.5% from 255) = 43.47%
R=29.43%
G=27.10%
B=43.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511392230.320.3800.13248.5756.7670.98
Hex978BDF20260Df93947
Octal227213337404601537171107
Binary10010111100010111101111110000010011001101111110011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,139,223); }

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

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

 a { background-color: rgb(151,139,223); }

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

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

 span { border-color: rgb(151,139,223); }

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