Html Css Color HEX #978BE0 Blue Bell

📋 copy color: '#978BE0'

red 151 ◦ green 139 ◦ blue 224

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

Shades of Blue Bell #978BE0

Tints of Blue Bell #978BE0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.04%

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

R = 29.38%
G = 27.04%
B = 43.58%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#978BE0 (or 0x978BE0) is known color: Blue Bell. HEX triplet: 97, 8B and E0. RGB value is (151,139,224). Sum of RGB (Red+Green+Blue) = 151+139+224=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #978BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BE0 is #68741F. Grayscale: #979797. Windows color (decimal): -6845472 or 14715799. OLE color: 14715799.

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

Color convert

RGB 151 139 224 -
CMYK 0.33 0.38 0 0.12
HSL 248.47º 0.58% 0.71% -
HSV(B) 248.47º 0.38% 0.88% -
XYZ 35.45 30.43 74.53 -
YUV 152.28 168.48 127.09 -
System Red Green Blue C M Y K H S L
Decimal 151 139 224 0.33 0.38 0 0.12 248.47 0.58 0.71
Hex 97 8B E0 21 26 0 C F8 3A 47
Octal 227 213 340 41 46 0 14 370 72 107
Binary 10010111 10001011 11100000 100001 100110 0 1100 11111000 111010 1000111

Color Harmonies of #978BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BE0

Black with #978BE0

Text Example


Text Example

White with #978BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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