Html Css Color HEX #978EDB Blue Bell

📋 copy color: '#978EDB'

red 151 ◦ green 142 ◦ blue 219

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

Shades of Blue Bell #978EDB

Tints of Blue Bell #978EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 29.49%
G = 27.73%
B = 42.77%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#978EDB (or 0x978EDB) is known color: Blue Bell. HEX triplet: 97, 8E and DB. RGB value is (151,142,219). Sum of RGB (Red+Green+Blue) = 151+142+219=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #978EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978EDB is #687124. Grayscale: #999999. Windows color (decimal): -6844709 or 14388887. OLE color: 14388887.

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

Color convert

RGB 151 142 219 -
CMYK 0.31 0.35 0 0.14
HSL 247.01º 0.52% 0.71% -
HSV(B) 247.01º 0.35% 0.86% -
XYZ 35.22 31.04 71.15 -
YUV 153.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 151 142 219 0.31 0.35 0 0.14 247.01 0.52 0.71
Hex 97 8E DB 1F 23 0 E F7 34 47
Octal 227 216 333 37 43 0 16 367 64 107
Binary 10010111 10001110 11011011 11111 100011 0 1110 11110111 110100 1000111

Color Harmonies of #978EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978EDB

Black with #978EDB

Text Example


Text Example

White with #978EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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