Html Css Color HEX #978AD8 Blue Bell

📋 copy color: '#978AD8'

red 151 ◦ green 138 ◦ blue 216

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

Shades of Blue Bell #978AD8

Tints of Blue Bell #978AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.77%

R = 29.9%
G = 27.33%
B = 42.77%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#978AD8 (or 0x978AD8) is known color: Blue Bell. HEX triplet: 97, 8A and D8. RGB value is (151,138,216). Sum of RGB (Red+Green+Blue) = 151+138+216=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #978AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AD8 is #687527. Grayscale: #969696. Windows color (decimal): -6845736 or 14191255. OLE color: 14191255.

HSL color Cylindrical-coordinate representation of color #978AD8: hue angle of 250º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978AD8 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 138 216 -
CMYK 0.30 0.36 0 0.15
HSL 250º 0.5% 0.69% -
HSV(B) 250º 0.36% 0.85% -
XYZ 34.25 29.71 68.9 -
YUV 150.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 151 138 216 0.30 0.36 0 0.15 250 0.5 0.69
Hex 97 8A D8 1E 24 0 F FA 32 45
Octal 227 212 330 36 44 0 17 372 62 105
Binary 10010111 10001010 11011000 11110 100100 0 1111 11111010 110010 1000101

Color Harmonies of #978AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978AD8

Black with #978AD8

Text Example


Text Example

White with #978AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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