Html Css Color HEX #979BCE Blue Bell

📋 copy color: '#979BCE'

red 151 ◦ green 155 ◦ blue 206

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

Shades of Blue Bell #979BCE

Tints of Blue Bell #979BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 29.49%
G = 30.27%
B = 40.23%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#979BCE (or 0x979BCE) is known color: Blue Bell. HEX triplet: 97, 9B and CE. RGB value is (151,155,206). Sum of RGB (Red+Green+Blue) = 151+155+206=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #979BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BCE is #686431. Grayscale: #9F9F9F. Windows color (decimal): -6841394 or 13540247. OLE color: 13540247.

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

Color convert

RGB 151 155 206 -
CMYK 0.27 0.25 0 0.19
HSL 235.64º 0.36% 0.7% -
HSV(B) 235.64º 0.27% 0.81% -
XYZ 35.62 34.48 63.17 -
YUV 159.62 154.17 121.85 -
System Red Green Blue C M Y K H S L
Decimal 151 155 206 0.27 0.25 0 0.19 235.64 0.36 0.7
Hex 97 9B CE 1B 19 0 13 EC 24 46
Octal 227 233 316 33 31 0 23 354 44 106
Binary 10010111 10011011 11001110 11011 11001 0 10011 11101100 100100 1000110

Color Harmonies of #979BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979BCE

Black with #979BCE

Text Example


Text Example

White with #979BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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