Html Css Color HEX #978AE6 Blue Bell

📋 copy color: '#978AE6'

red 151 ◦ green 138 ◦ blue 230

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

Shades of Blue Bell #978AE6

Tints of Blue Bell #978AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.32%

R = 29.09%
G = 26.59%
B = 44.32%

CMYK

 C value IS 0.34

 M value IS 0.4

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#978AE6 (or 0x978AE6) is known color: Blue Bell. HEX triplet: 97, 8A and E6. RGB value is (151,138,230). Sum of RGB (Red+Green+Blue) = 151+138+230=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #978AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AE6 is #687519. Grayscale: #989898. Windows color (decimal): -6845722 or 15108759. OLE color: 15108759.

HSL color Cylindrical-coordinate representation of color #978AE6: hue angle of 248.48º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #978AE6 is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 151 138 230 -
CMYK 0.34 0.4 0 0.10
HSL 248.48º 0.65% 0.72% -
HSV(B) 248.48º 0.4% 0.9% -
XYZ 36.13 30.47 78.84 -
YUV 152.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 151 138 230 0.34 0.4 0 0.10 248.48 0.65 0.72
Hex 97 8A E6 22 28 0 A F8 41 48
Octal 227 212 346 42 50 0 12 370 101 110
Binary 10010111 10001010 11100110 100010 101000 0 1010 11111000 1000001 1001000

Color Harmonies of #978AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978AE6

Black with #978AE6

Text Example


Text Example

White with #978AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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