#978BDE

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

Shades of Blue Bell #978BDE

Tints of Blue Bell #978BDE

Color information

#978BDE (or 0x978BDE) is unknown color: approx Blue Bell. HEX triplet: 97, 8B and DE. RGB value is (151,139,222). Sum of RGB (Red+Green+Blue) = 151+139+222=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #978BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BDE is #687421. Grayscale: #979797. Windows color (decimal): -6845474 or 14584727. OLE color: 14584727.

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

Color convert

RGB151139222-
CMYK0.320.3700.13
HSL248.67º55.7%70.78%-
HSV(B)248.67º37.39%87.06%-
XYZ35.1830.3273.11-
YUV152.05167.48127.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.49%
GREEN value IS 139 (54.69% from 255) = 27.15%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=29.49%
G=27.15%
B=43.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511392220.320.3700.13248.6755.770.78
Hex978BDE20250Df93847
Octal227213336404501537170107
Binary10010111100010111101111010000010010101101111110011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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