Html Css Color HEX #978EE0 Blue Bell

📋 copy color: '#978EE0'

red 151 ◦ green 142 ◦ blue 224

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

Shades of Blue Bell #978EE0

Tints of Blue Bell #978EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.33%

R = 29.21%
G = 27.47%
B = 43.33%

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

#978EE0 (or 0x978EE0) is known color: Blue Bell. HEX triplet: 97, 8E and E0. RGB value is (151,142,224). Sum of RGB (Red+Green+Blue) = 151+142+224=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #978EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978EE0 is #68711F. Grayscale: #999999. Windows color (decimal): -6844704 or 14716567. OLE color: 14716567.

HSL color Cylindrical-coordinate representation of color #978EE0: hue angle of 246.59º degrees, saturation: 0.57, 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 #978EE0 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 142 224 -
CMYK 0.33 0.37 0 0.12
HSL 246.59º 0.57% 0.72% -
HSV(B) 246.59º 0.37% 0.88% -
XYZ 35.89 31.31 74.67 -
YUV 154.04 167.48 125.83 -
System Red Green Blue C M Y K H S L
Decimal 151 142 224 0.33 0.37 0 0.12 246.59 0.57 0.72
Hex 97 8E E0 21 25 0 C F7 39 48
Octal 227 216 340 41 45 0 14 367 71 110
Binary 10010111 10001110 11100000 100001 100101 0 1100 11110111 111001 1001000

Color Harmonies of #978EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978EE0

Black with #978EE0

Text Example


Text Example

White with #978EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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