Html Css Color HEX #979FD3 Blue Bell

📋 copy color: '#979FD3'

red 151 ◦ green 159 ◦ blue 211

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

Shades of Blue Bell #979FD3

Tints of Blue Bell #979FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.5%

R = 28.98%
G = 30.52%
B = 40.5%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#979FD3 (or 0x979FD3) is known color: Blue Bell. HEX triplet: 97, 9F and D3. RGB value is (151,159,211). Sum of RGB (Red+Green+Blue) = 151+159+211=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #979FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FD3 is #68602C. Grayscale: #A2A2A2. Windows color (decimal): -6840365 or 13868951. OLE color: 13868951.

HSL color Cylindrical-coordinate representation of color #979FD3: hue angle of 232º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #979FD3 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 159 211 -
CMYK 0.28 0.25 0 0.17
HSL 232º 0.41% 0.71% -
HSV(B) 232º 0.28% 0.83% -
XYZ 36.92 36.08 66.65 -
YUV 162.54 155.35 119.77 -
System Red Green Blue C M Y K H S L
Decimal 151 159 211 0.28 0.25 0 0.17 232 0.41 0.71
Hex 97 9F D3 1C 19 0 11 E8 29 47
Octal 227 237 323 34 31 0 21 350 51 107
Binary 10010111 10011111 11010011 11100 11001 0 10001 11101000 101001 1000111

Color Harmonies of #979FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FD3

Black with #979FD3

Text Example


Text Example

White with #979FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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