Html Css Color HEX #978EDE Blue Bell

📋 copy color: '#978EDE'

red 151 ◦ green 142 ◦ blue 222

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

Shades of Blue Bell #978EDE

Tints of Blue Bell #978EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 29.32%
G = 27.57%
B = 43.11%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#978EDE (or 0x978EDE) is known color: Blue Bell. HEX triplet: 97, 8E and DE. RGB value is (151,142,222). Sum of RGB (Red+Green+Blue) = 151+142+222=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #978EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978EDE is #687121. Grayscale: #999999. Windows color (decimal): -6844706 or 14585495. OLE color: 14585495.

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

Color convert

RGB 151 142 222 -
CMYK 0.32 0.36 0 0.13
HSL 246.75º 0.55% 0.71% -
HSV(B) 246.75º 0.36% 0.87% -
XYZ 35.62 31.2 73.25 -
YUV 153.81 166.48 126 -
System Red Green Blue C M Y K H S L
Decimal 151 142 222 0.32 0.36 0 0.13 246.75 0.55 0.71
Hex 97 8E DE 20 24 0 D F7 37 47
Octal 227 216 336 40 44 0 15 367 67 107
Binary 10010111 10001110 11011110 100000 100100 0 1101 11110111 110111 1000111

Color Harmonies of #978EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978EDE

Black with #978EDE

Text Example


Text Example

White with #978EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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