Html Css Color HEX #979FCA Blue Bell

📋 copy color: '#979FCA'

red 151 ◦ green 159 ◦ blue 202

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

Shades of Blue Bell #979FCA

Tints of Blue Bell #979FCA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.05%

 BLUE value IS 202 (79.3% from 255) = 39.45%

R = 29.49%
G = 31.05%
B = 39.45%

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

#979FCA (or 0x979FCA) is known color: Blue Bell. HEX triplet: 97, 9F and CA. RGB value is (151,159,202). Sum of RGB (Red+Green+Blue) = 151+159+202=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #979FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FCA is #686035. Grayscale: #A1A1A1. Windows color (decimal): -6840374 or 13279127. OLE color: 13279127.

HSL color Cylindrical-coordinate representation of color #979FCA: hue angle of 230.59º 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 #979FCA is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 159 202 -
CMYK 0.25 0.21 0 0.21
HSL 230.59º 0.32% 0.69% -
HSV(B) 230.59º 0.25% 0.79% -
XYZ 35.82 35.64 60.87 -
YUV 161.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 151 159 202 0.25 0.21 0 0.21 230.59 0.32 0.69
Hex 97 9F CA 19 15 0 15 E7 20 45
Octal 227 237 312 31 25 0 25 347 40 105
Binary 10010111 10011111 11001010 11001 10101 0 10101 11100111 100000 1000101

Color Harmonies of #979FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FCA

Black with #979FCA

Text Example


Text Example

White with #979FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,159,202); }

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

background-color css

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

 a { background-color: rgb(151,159,202); }

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

border-color css

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

 span { border-color: rgb(151,159,202); }

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