#979DCB

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

Shades of Blue Bell #979DCB

Tints of Blue Bell #979DCB

Color information

#979DCB (or 0x979DCB) is unknown color: approx Blue Bell. HEX triplet: 97, 9D and CB. RGB value is (151,157,203). Sum of RGB (Red+Green+Blue) = 151+157+203=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #979DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DCB is #686234. Grayscale: #A0A0A0. Windows color (decimal): -6840885 or 13344151. OLE color: 13344151.

HSL color Cylindrical-coordinate representation of color #979DCB: hue angle of 233.08º 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 #979DCB is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151157203-
CMYK0.260.2300.20
HSL233.08º33.33%69.41%-
HSV(B)233.08º25.62%79.61%-
XYZ35.635.0161.38-
YUV160.45152.01121.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.55%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=29.55%
G=30.72%
B=39.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511572030.260.2300.20233.0833.3369.41
Hex979DCB1A17014e92145
Octal227235313322702435141105
Binary1001011110011101110010111101010111010100111010011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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