Html Css Color HEX #978DDD Blue Bell

📋 copy color: '#978DDD'

red 151 ◦ green 141 ◦ blue 221

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

Shades of Blue Bell #978DDD

Tints of Blue Bell #978DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.49%

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 29.43%
G = 27.49%
B = 43.08%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#978DDD (or 0x978DDD) is known color: Blue Bell. HEX triplet: 97, 8D and DD. RGB value is (151,141,221). Sum of RGB (Red+Green+Blue) = 151+141+221=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #978DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DDD is #687222. Grayscale: #989898. Windows color (decimal): -6844963 or 14519703. OLE color: 14519703.

HSL color Cylindrical-coordinate representation of color #978DDD: hue angle of 247.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978DDD is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 141 221 -
CMYK 0.32 0.36 0 0.13
HSL 247.5º 0.54% 0.71% -
HSV(B) 247.5º 0.36% 0.87% -
XYZ 35.34 30.85 72.5 -
YUV 153.11 166.31 126.5 -
System Red Green Blue C M Y K H S L
Decimal 151 141 221 0.32 0.36 0 0.13 247.5 0.54 0.71
Hex 97 8D DD 20 24 0 D F8 36 47
Octal 227 215 335 40 44 0 15 370 66 107
Binary 10010111 10001101 11011101 100000 100100 0 1101 11111000 110110 1000111

Color Harmonies of #978DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978DDD

Black with #978DDD

Text Example


Text Example

White with #978DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978DDD; }

 p { color: rgb(151,141,221); }

 H1.HeaderClassName
 {
   color: #978DDD;
 }
 .AnyTagClassName
 {
   color: #978DDD;
 }
</style>

background-color css

<style>
 a { background-color: #978DDD; }

 a { background-color: rgb(151,141,221); }

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

border-color css

<style>
 span { border-color: #978DDD; }

 span { border-color: rgb(151,141,221); }

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