Html Css Color HEX #979BC8 Blue Bell

📋 copy color: '#979BC8'

red 151 ◦ green 155 ◦ blue 200

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

Shades of Blue Bell #979BC8

Tints of Blue Bell #979BC8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.63%

 BLUE value IS 200 (78.52% from 255) = 39.53%

R = 29.84%
G = 30.63%
B = 39.53%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#979BC8 (or 0x979BC8) is known color: Blue Bell. HEX triplet: 97, 9B and C8. RGB value is (151,155,200). Sum of RGB (Red+Green+Blue) = 151+155+200=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #979BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BC8 is #686437. Grayscale: #9E9E9E. Windows color (decimal): -6841400 or 13147031. OLE color: 13147031.

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

Color convert

RGB 151 155 200 -
CMYK 0.24 0.22 0 0.22
HSL 235.1º 0.31% 0.69% -
HSV(B) 235.1º 0.25% 0.78% -
XYZ 34.91 34.19 59.4 -
YUV 158.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 151 155 200 0.24 0.22 0 0.22 235.1 0.31 0.69
Hex 97 9B C8 18 16 0 16 EB 1F 45
Octal 227 233 310 30 26 0 26 353 37 105
Binary 10010111 10011011 11001000 11000 10110 0 10110 11101011 11111 1000101

Color Harmonies of #979BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979BC8

Black with #979BC8

Text Example


Text Example

White with #979BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,155,200); }

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

background-color css

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

 a { background-color: rgb(151,155,200); }

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

border-color css

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

 span { border-color: rgb(151,155,200); }

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