#979ACD

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

Shades of Blue Bell #979ACD

Tints of Blue Bell #979ACD

Color information

#979ACD (or 0x979ACD) is unknown color: approx Blue Bell. HEX triplet: 97, 9A and CD. RGB value is (151,154,205). Sum of RGB (Red+Green+Blue) = 151+154+205=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #979ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ACD is #686532. Grayscale: #9E9E9E. Windows color (decimal): -6841651 or 13474455. OLE color: 13474455.

HSL color Cylindrical-coordinate representation of color #979ACD: hue angle of 236.67º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #979ACD is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151154205-
CMYK0.260.2500.20
HSL236.67º35.06%69.8%-
HSV(B)236.67º26.34%80.39%-
XYZ35.3434.162.48-
YUV158.92154.01122.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 154 (60.55% from 255) = 30.20%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=29.61%
G=30.20%
B=40.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511542050.260.2500.20236.6735.0669.8
Hex979ACD1A19014ed2346
Octal227232315323102435543106
Binary1001011110011010110011011101011001010100111011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979ACD; }

 p { color: rgb(151,154,205); }

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

<style>
 a { background-color: #979ACD; }

 a { background-color: rgb(151,154,205); }

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

<style>
 span { border-color: #979ACD; }

 span { border-color: rgb(151,154,205); }

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