Html Css Color HEX #979CCD Blue Bell

📋 copy color: '#979CCD'

red 151 ◦ green 156 ◦ blue 205

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

Shades of Blue Bell #979CCD

Tints of Blue Bell #979CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.47%

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 29.49%
G = 30.47%
B = 40.04%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#979CCD (or 0x979CCD) is known color: Blue Bell. HEX triplet: 97, 9C and CD. RGB value is (151,156,205). Sum of RGB (Red+Green+Blue) = 151+156+205=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #979CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CCD is #686332. Grayscale: #9F9F9F. Windows color (decimal): -6841139 or 13474967. OLE color: 13474967.

HSL color Cylindrical-coordinate representation of color #979CCD: hue angle of 234.44º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #979CCD is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 156 205 -
CMYK 0.26 0.24 0 0.20
HSL 234.44º 0.35% 0.7% -
HSV(B) 234.44º 0.26% 0.8% -
XYZ 35.67 34.76 62.59 -
YUV 160.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 151 156 205 0.26 0.24 0 0.20 234.44 0.35 0.7
Hex 97 9C CD 1A 18 0 14 EA 23 46
Octal 227 234 315 32 30 0 24 352 43 106
Binary 10010111 10011100 11001101 11010 11000 0 10100 11101010 100011 1000110

Color Harmonies of #979CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979CCD

Black with #979CCD

Text Example


Text Example

White with #979CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,156,205); }

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

background-color css

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

 a { background-color: rgb(151,156,205); }

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

border-color css

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

 span { border-color: rgb(151,156,205); }

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