Html Css Color HEX #978BDC Blue Bell

📋 copy color: '#978BDC'

red 151 ◦ green 139 ◦ blue 220

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

Shades of Blue Bell #978BDC

Tints of Blue Bell #978BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.25%

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 29.61%
G = 27.25%
B = 43.14%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#978BDC (or 0x978BDC) is known color: Blue Bell. HEX triplet: 97, 8B and DC. RGB value is (151,139,220). Sum of RGB (Red+Green+Blue) = 151+139+220=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #978BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BDC is #687423. Grayscale: #979797. Windows color (decimal): -6845476 or 14453655. OLE color: 14453655.

HSL color Cylindrical-coordinate representation of color #978BDC: hue angle of 248.89º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #978BDC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 139 220 -
CMYK 0.31 0.37 0 0.14
HSL 248.89º 0.54% 0.7% -
HSV(B) 248.89º 0.37% 0.86% -
XYZ 34.91 30.21 71.7 -
YUV 151.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 151 139 220 0.31 0.37 0 0.14 248.89 0.54 0.7
Hex 97 8B DC 1F 25 0 E F9 36 46
Octal 227 213 334 37 45 0 16 371 66 106
Binary 10010111 10001011 11011100 11111 100101 0 1110 11111001 110110 1000110

Color Harmonies of #978BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BDC

Black with #978BDC

Text Example


Text Example

White with #978BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,139,220); }

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

background-color css

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

 a { background-color: rgb(151,139,220); }

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

border-color css

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

 span { border-color: rgb(151,139,220); }

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