Html Css Color HEX #978CDD Blue Bell

📋 copy color: '#978CDD'

red 151 ◦ green 140 ◦ blue 221

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

Shades of Blue Bell #978CDD

Tints of Blue Bell #978CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

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

R = 29.49%
G = 27.34%
B = 43.16%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#978CDD (or 0x978CDD) is known color: Blue Bell. HEX triplet: 97, 8C and DD. RGB value is (151,140,221). Sum of RGB (Red+Green+Blue) = 151+140+221=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #978CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CDD is #687322. Grayscale: #989898. Windows color (decimal): -6845219 or 14519447. OLE color: 14519447.

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

Color convert

RGB 151 140 221 -
CMYK 0.32 0.37 0 0.13
HSL 248.15º 0.54% 0.71% -
HSV(B) 248.15º 0.37% 0.87% -
XYZ 35.19 30.56 72.45 -
YUV 152.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 151 140 221 0.32 0.37 0 0.13 248.15 0.54 0.71
Hex 97 8C DD 20 25 0 D F8 36 47
Octal 227 214 335 40 45 0 15 370 66 107
Binary 10010111 10001100 11011101 100000 100101 0 1101 11111000 110110 1000111

Color Harmonies of #978CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978CDD

Black with #978CDD

Text Example


Text Example

White with #978CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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