Html Css Color HEX #979EC9 Blue Bell

📋 copy color: '#979EC9'

red 151 ◦ green 158 ◦ blue 201

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

Shades of Blue Bell #979EC9

Tints of Blue Bell #979EC9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.98%

 BLUE value IS 201 (78.91% from 255) = 39.41%

R = 29.61%
G = 30.98%
B = 39.41%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#979EC9 (or 0x979EC9) is known color: Blue Bell. HEX triplet: 97, 9E and C9. RGB value is (151,158,201). Sum of RGB (Red+Green+Blue) = 151+158+201=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #979EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EC9 is #686136. Grayscale: #A0A0A0. Windows color (decimal): -6840631 or 13213335. OLE color: 13213335.

HSL color Cylindrical-coordinate representation of color #979EC9: hue angle of 231.6º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #979EC9 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 158 201 -
CMYK 0.25 0.21 0 0.21
HSL 231.6º 0.32% 0.69% -
HSV(B) 231.6º 0.25% 0.79% -
XYZ 35.53 35.25 60.19 -
YUV 160.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 151 158 201 0.25 0.21 0 0.21 231.6 0.32 0.69
Hex 97 9E C9 19 15 0 15 E8 20 45
Octal 227 236 311 31 25 0 25 350 40 105
Binary 10010111 10011110 11001001 11001 10101 0 10101 11101000 100000 1000101

Color Harmonies of #979EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979EC9

Black with #979EC9

Text Example


Text Example

White with #979EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,158,201); }

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

background-color css

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

 a { background-color: rgb(151,158,201); }

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

border-color css

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

 span { border-color: rgb(151,158,201); }

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