Html Css Color HEX #978AE0 Blue Bell

📋 copy color: '#978AE0'

red 151 ◦ green 138 ◦ blue 224

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

Shades of Blue Bell #978AE0

Tints of Blue Bell #978AE0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.9%

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

R = 29.43%
G = 26.9%
B = 43.66%

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

#978AE0 (or 0x978AE0) is known color: Blue Bell. HEX triplet: 97, 8A and E0. RGB value is (151,138,224). Sum of RGB (Red+Green+Blue) = 151+138+224=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #978AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AE0 is #68751F. Grayscale: #979797. Windows color (decimal): -6845728 or 14715543. OLE color: 14715543.

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

Color convert

RGB 151 138 224 -
CMYK 0.33 0.38 0 0.12
HSL 249.07º 0.58% 0.71% -
HSV(B) 249.07º 0.38% 0.88% -
XYZ 35.31 30.14 74.48 -
YUV 151.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 151 138 224 0.33 0.38 0 0.12 249.07 0.58 0.71
Hex 97 8A E0 21 26 0 C F9 3A 47
Octal 227 212 340 41 46 0 14 371 72 107
Binary 10010111 10001010 11100000 100001 100110 0 1100 11111001 111010 1000111

Color Harmonies of #978AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978AE0

Black with #978AE0

Text Example


Text Example

White with #978AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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