Html Css Color HEX #978DCD Blue Bell

📋 copy color: '#978DCD'

red 151 ◦ green 141 ◦ blue 205

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

Shades of Blue Bell #978DCD

Tints of Blue Bell #978DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 30.38%
G = 28.37%
B = 41.25%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#978DCD (or 0x978DCD) is known color: Blue Bell. HEX triplet: 97, 8D and CD. RGB value is (151,141,205). Sum of RGB (Red+Green+Blue) = 151+141+205=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #978DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DCD is #687232. Grayscale: #979797. Windows color (decimal): -6844979 or 13471127. OLE color: 13471127.

HSL color Cylindrical-coordinate representation of color #978DCD: hue angle of 249.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978DCD is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 141 205 -
CMYK 0.26 0.31 0 0.20
HSL 249.38º 0.39% 0.68% -
HSV(B) 249.38º 0.31% 0.8% -
XYZ 33.31 30.04 61.8 -
YUV 151.29 158.31 127.8 -
System Red Green Blue C M Y K H S L
Decimal 151 141 205 0.26 0.31 0 0.20 249.38 0.39 0.68
Hex 97 8D CD 1A 1F 0 14 F9 27 44
Octal 227 215 315 32 37 0 24 371 47 104
Binary 10010111 10001101 11001101 11010 11111 0 10100 11111001 100111 1000100

Color Harmonies of #978DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978DCD

Black with #978DCD

Text Example


Text Example

White with #978DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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