Html Css Color HEX #978FDD Blue Bell

📋 copy color: '#978FDD'

red 151 ◦ green 143 ◦ blue 221

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

Shades of Blue Bell #978FDD

Tints of Blue Bell #978FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.77%

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

R = 29.32%
G = 27.77%
B = 42.91%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#978FDD (or 0x978FDD) is known color: Blue Bell. HEX triplet: 97, 8F and DD. RGB value is (151,143,221). Sum of RGB (Red+Green+Blue) = 151+143+221=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #978FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FDD is #687022. Grayscale: #999999. Windows color (decimal): -6844451 or 14520215. OLE color: 14520215.

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

Color convert

RGB 151 143 221 -
CMYK 0.32 0.35 0 0.13
HSL 246.15º 0.53% 0.71% -
HSV(B) 246.15º 0.35% 0.87% -
XYZ 35.64 31.44 72.6 -
YUV 154.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 151 143 221 0.32 0.35 0 0.13 246.15 0.53 0.71
Hex 97 8F DD 20 23 0 D F6 35 47
Octal 227 217 335 40 43 0 15 366 65 107
Binary 10010111 10001111 11011101 100000 100011 0 1101 11110110 110101 1000111

Color Harmonies of #978FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978FDD

Black with #978FDD

Text Example


Text Example

White with #978FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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