Html Css Color HEX #978EE1 Blue Bell

📋 copy color: '#978EE1'

red 151 ◦ green 142 ◦ blue 225

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

Shades of Blue Bell #978EE1

Tints of Blue Bell #978EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.44%

R = 29.15%
G = 27.41%
B = 43.44%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#978EE1 (or 0x978EE1) is known color: Blue Bell. HEX triplet: 97, 8E and E1. RGB value is (151,142,225). Sum of RGB (Red+Green+Blue) = 151+142+225=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #978EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978EE1 is #68711E. Grayscale: #999999. Windows color (decimal): -6844703 or 14782103. OLE color: 14782103.

HSL color Cylindrical-coordinate representation of color #978EE1: hue angle of 246.51º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #978EE1 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 142 225 -
CMYK 0.33 0.37 0 0.12
HSL 246.51º 0.58% 0.72% -
HSV(B) 246.51º 0.37% 0.88% -
XYZ 36.03 31.36 75.39 -
YUV 154.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 151 142 225 0.33 0.37 0 0.12 246.51 0.58 0.72
Hex 97 8E E1 21 25 0 C F7 3A 48
Octal 227 216 341 41 45 0 14 367 72 110
Binary 10010111 10001110 11100001 100001 100101 0 1100 11110111 111010 1001000

Color Harmonies of #978EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978EE1

Black with #978EE1

Text Example


Text Example

White with #978EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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