#979ACB

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

Shades of Blue Bell #979ACB

Tints of Blue Bell #979ACB

Color information

#979ACB (or 0x979ACB) is unknown color: approx Blue Bell. HEX triplet: 97, 9A and CB. RGB value is (151,154,203). Sum of RGB (Red+Green+Blue) = 151+154+203=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #979ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ACB is #686534. Grayscale: #9E9E9E. Windows color (decimal): -6841653 or 13343383. OLE color: 13343383.

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

Color convert

RGB151154203-
CMYK0.260.2400.20
HSL236.54º33.33%69.41%-
HSV(B)236.54º25.62%79.61%-
XYZ35.13461.21-
YUV158.69153.01122.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.72%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=29.72%
G=30.31%
B=39.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511542030.260.2400.20236.5433.3369.41
Hex979ACB1A18014ed2145
Octal227232313323002435541105
Binary1001011110011010110010111101011000010100111011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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