Html Css Color HEX #979AD2 Blue Bell

📋 copy color: '#979AD2'

red 151 ◦ green 154 ◦ blue 210

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

Shades of Blue Bell #979AD2

Tints of Blue Bell #979AD2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.9%

 BLUE value IS 210 (82.42% from 255) = 40.78%

R = 29.32%
G = 29.9%
B = 40.78%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#979AD2 (or 0x979AD2) is known color: Blue Bell. HEX triplet: 97, 9A and D2. RGB value is (151,154,210). Sum of RGB (Red+Green+Blue) = 151+154+210=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 210 - color contains mainly: blue. Hex color #979AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979AD2 is #68652D. Grayscale: #9F9F9F. Windows color (decimal): -6841646 or 13802135. OLE color: 13802135.

HSL color Cylindrical-coordinate representation of color #979AD2: hue angle of 236.95º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #979AD2 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 154 210 -
CMYK 0.28 0.27 0 0.18
HSL 236.95º 0.4% 0.71% -
HSV(B) 236.95º 0.28% 0.82% -
XYZ 35.95 34.34 65.71 -
YUV 159.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 151 154 210 0.28 0.27 0 0.18 236.95 0.4 0.71
Hex 97 9A D2 1C 1B 0 12 ED 28 47
Octal 227 232 322 34 33 0 22 355 50 107
Binary 10010111 10011010 11010010 11100 11011 0 10010 11101101 101000 1000111

Color Harmonies of #979AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979AD2

Black with #979AD2

Text Example


Text Example

White with #979AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,154,210); }

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

background-color css

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

 a { background-color: rgb(151,154,210); }

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

border-color css

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

 span { border-color: rgb(151,154,210); }

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