Html Css Color HEX #979EC7 Blue Bell

📋 copy color: '#979EC7'

red 151 ◦ green 158 ◦ blue 199

#979EC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #979EC7

Tints of Blue Bell #979EC7

RGB

 RED value IS 151 (59.38% from 255) = 29.72%

 GREEN value IS 158 (62.11% from 255) = 31.1%

 BLUE value IS 199 (78.13% from 255) = 39.17%

R = 29.72%
G = 31.1%
B = 39.17%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#979EC7 (or 0x979EC7) is known color: Blue Bell. HEX triplet: 97, 9E and C7. RGB value is (151,158,199). Sum of RGB (Red+Green+Blue) = 151+158+199=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 199 - color contains mainly: blue. Hex color #979EC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EC7 is #686138. Grayscale: #A0A0A0. Windows color (decimal): -6840633 or 13082263. OLE color: 13082263.

HSL color Cylindrical-coordinate representation of color #979EC7: hue angle of 231.25º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #979EC7 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 158 199 -
CMYK 0.24 0.21 0 0.22
HSL 231.25º 0.3% 0.69% -
HSV(B) 231.25º 0.24% 0.78% -
XYZ 35.3 35.16 58.96 -
YUV 160.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 151 158 199 0.24 0.21 0 0.22 231.25 0.3 0.69
Hex 97 9E C7 18 15 0 16 E7 1E 45
Octal 227 236 307 30 25 0 26 347 36 105
Binary 10010111 10011110 11000111 11000 10101 0 10110 11100111 11110 1000101

Color Harmonies of #979EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979EC7

Black with #979EC7

Text Example


Text Example

White with #979EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,158,199); }

 H1.HeaderClassName
 {
   color: #979EC7;
 }
 .AnyTagClassName
 {
   color: #979EC7;
 }
</style>

background-color css

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

 a { background-color: rgb(151,158,199); }

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

border-color css

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

 span { border-color: rgb(151,158,199); }

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