Html Css Color HEX #979DD0 Blue Bell

📋 copy color: '#979DD0'

red 151 ◦ green 157 ◦ blue 208

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

Shades of Blue Bell #979DD0

Tints of Blue Bell #979DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.31%

R = 29.26%
G = 30.43%
B = 40.31%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#979DD0 (or 0x979DD0) is known color: Blue Bell. HEX triplet: 97, 9D and D0. RGB value is (151,157,208). Sum of RGB (Red+Green+Blue) = 151+157+208=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #979DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DD0 is #68622F. Grayscale: #A0A0A0. Windows color (decimal): -6840880 or 13671831. OLE color: 13671831.

HSL color Cylindrical-coordinate representation of color #979DD0: hue angle of 233.68º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #979DD0 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 157 208 -
CMYK 0.27 0.25 0 0.18
HSL 233.68º 0.38% 0.7% -
HSV(B) 233.68º 0.27% 0.82% -
XYZ 36.2 35.25 64.57 -
YUV 161.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 151 157 208 0.27 0.25 0 0.18 233.68 0.38 0.7
Hex 97 9D D0 1B 19 0 12 EA 26 46
Octal 227 235 320 33 31 0 22 352 46 106
Binary 10010111 10011101 11010000 11011 11001 0 10010 11101010 100110 1000110

Color Harmonies of #979DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979DD0

Black with #979DD0

Text Example


Text Example

White with #979DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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