Html Css Color HEX #979EC3 Blue Bell

📋 copy color: '#979EC3'

red 151 ◦ green 158 ◦ blue 195

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

Shades of Blue Bell #979EC3

Tints of Blue Bell #979EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.69%

R = 29.96%
G = 31.35%
B = 38.69%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#979EC3 (or 0x979EC3) is known color: Blue Bell. HEX triplet: 97, 9E and C3. RGB value is (151,158,195). Sum of RGB (Red+Green+Blue) = 151+158+195=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #979EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EC3 is #68613C. Grayscale: #9F9F9F. Windows color (decimal): -6840637 or 12820119. OLE color: 12820119.

HSL color Cylindrical-coordinate representation of color #979EC3: hue angle of 230.45º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #979EC3 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 158 195 -
CMYK 0.23 0.19 0 0.24
HSL 230.45º 0.27% 0.68% -
HSV(B) 230.45º 0.23% 0.76% -
XYZ 34.84 34.97 56.54 -
YUV 160.13 147.68 121.49 -
System Red Green Blue C M Y K H S L
Decimal 151 158 195 0.23 0.19 0 0.24 230.45 0.27 0.68
Hex 97 9E C3 17 13 0 18 E6 1B 44
Octal 227 236 303 27 23 0 30 346 33 104
Binary 10010111 10011110 11000011 10111 10011 0 11000 11100110 11011 1000100

Color Harmonies of #979EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979EC3

Black with #979EC3

Text Example


Text Example

White with #979EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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