Html Css Color HEX #979DD5 Blue Bell

📋 copy color: '#979DD5'

red 151 ◦ green 157 ◦ blue 213

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

Shades of Blue Bell #979DD5

Tints of Blue Bell #979DD5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.13%

 BLUE value IS 213 (83.59% from 255) = 40.88%

R = 28.98%
G = 30.13%
B = 40.88%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#979DD5 (or 0x979DD5) is known color: Blue Bell. HEX triplet: 97, 9D and D5. RGB value is (151,157,213). Sum of RGB (Red+Green+Blue) = 151+157+213=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #979DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DD5 is #68622A. Grayscale: #A1A1A1. Windows color (decimal): -6840875 or 13999511. OLE color: 13999511.

HSL color Cylindrical-coordinate representation of color #979DD5: hue angle of 234.19º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #979DD5 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 157 213 -
CMYK 0.29 0.26 0 0.16
HSL 234.19º 0.42% 0.71% -
HSV(B) 234.19º 0.29% 0.84% -
XYZ 36.83 35.5 67.86 -
YUV 161.59 157.01 120.45 -
System Red Green Blue C M Y K H S L
Decimal 151 157 213 0.29 0.26 0 0.16 234.19 0.42 0.71
Hex 97 9D D5 1D 1A 0 10 EA 2A 47
Octal 227 235 325 35 32 0 20 352 52 107
Binary 10010111 10011101 11010101 11101 11010 0 10000 11101010 101010 1000111

Color Harmonies of #979DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979DD5

Black with #979DD5

Text Example


Text Example

White with #979DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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