Html Css Color HEX #978ED8 Blue Bell

📋 copy color: '#978ED8'

red 151 ◦ green 142 ◦ blue 216

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

Shades of Blue Bell #978ED8

Tints of Blue Bell #978ED8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.9%

 BLUE value IS 216 (84.77% from 255) = 42.44%

R = 29.67%
G = 27.9%
B = 42.44%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#978ED8 (or 0x978ED8) is known color: Blue Bell. HEX triplet: 97, 8E and D8. RGB value is (151,142,216). Sum of RGB (Red+Green+Blue) = 151+142+216=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #978ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ED8 is #687127. Grayscale: #989898. Windows color (decimal): -6844712 or 14192279. OLE color: 14192279.

HSL color Cylindrical-coordinate representation of color #978ED8: hue angle of 247.3º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #978ED8 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 142 216 -
CMYK 0.30 0.34 0 0.15
HSL 247.3º 0.49% 0.7% -
HSV(B) 247.3º 0.34% 0.85% -
XYZ 34.83 30.88 69.09 -
YUV 153.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 151 142 216 0.30 0.34 0 0.15 247.3 0.49 0.7
Hex 97 8E D8 1E 22 0 F F7 31 46
Octal 227 216 330 36 42 0 17 367 61 106
Binary 10010111 10001110 11011000 11110 100010 0 1111 11110111 110001 1000110

Color Harmonies of #978ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978ED8

Black with #978ED8

Text Example


Text Example

White with #978ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,142,216); }

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

background-color css

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

 a { background-color: rgb(151,142,216); }

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

border-color css

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

 span { border-color: rgb(151,142,216); }

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