#978ADC

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

Shades of Blue Bell #978ADC

Tints of Blue Bell #978ADC

Color information

#978ADC (or 0x978ADC) is unknown color: approx Blue Bell. HEX triplet: 97, 8A and DC. RGB value is (151,138,220). Sum of RGB (Red+Green+Blue) = 151+138+220=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #978ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ADC is #687523. Grayscale: #969696. Windows color (decimal): -6845732 or 14453399. OLE color: 14453399.

HSL color Cylindrical-coordinate representation of color #978ADC: hue angle of 249.51º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #978ADC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151138220-
CMYK0.310.3700.14
HSL249.51º53.95%70.2%-
HSV(B)249.51º37.27%86.27%-
XYZ34.7729.9271.65-
YUV151.24166.81127.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.67%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=29.67%
G=27.11%
B=43.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511382200.310.3700.14249.5153.9570.2
Hex978ADC1F250Efa3646
Octal227212334374501637266106
Binary1001011110001010110111001111110010101110111110101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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