#978AD5

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

Shades of Blue Bell #978AD5

Tints of Blue Bell #978AD5

Color information

#978AD5 (or 0x978AD5) is unknown color: approx Blue Bell. HEX triplet: 97, 8A and D5. RGB value is (151,138,213). Sum of RGB (Red+Green+Blue) = 151+138+213=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #978AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AD5 is #68752A. Grayscale: #969696. Windows color (decimal): -6845739 or 13994647. OLE color: 13994647.

HSL color Cylindrical-coordinate representation of color #978AD5: hue angle of 250.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #978AD5 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB151138213-
CMYK0.290.3500.16
HSL250.4º47.17%68.82%-
HSV(B)250.4º35.21%83.53%-
XYZ33.8629.5666.87-
YUV150.44163.31128.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.08%
GREEN value IS 138 (54.30% from 255) = 27.49%
BLUE value IS 213 (83.59% from 255) = 42.43%
R=30.08%
G=27.49%
B=42.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1511382130.290.3500.16250.447.1768.82
Hex978AD51D23010fa2f45
Octal227212325354302037257105
Binary10010111100010101101010111101100011010000111110101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,138,213); }

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

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

 a { background-color: rgb(151,138,213); }

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

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

 span { border-color: rgb(151,138,213); }

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