Html Css Color HEX #978AD6 Blue Bell

📋 copy color: '#978AD6'

red 151 ◦ green 138 ◦ blue 214

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

Shades of Blue Bell #978AD6

Tints of Blue Bell #978AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.54%

R = 30.02%
G = 27.44%
B = 42.54%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#978AD6 (or 0x978AD6) is known color: Blue Bell. HEX triplet: 97, 8A and D6. RGB value is (151,138,214). Sum of RGB (Red+Green+Blue) = 151+138+214=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #978AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AD6 is #687529. Grayscale: #969696. Windows color (decimal): -6845738 or 14060183. OLE color: 14060183.

HSL color Cylindrical-coordinate representation of color #978AD6: hue angle of 250.26º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978AD6 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 138 214 -
CMYK 0.29 0.36 0 0.16
HSL 250.26º 0.48% 0.69% -
HSV(B) 250.26º 0.36% 0.84% -
XYZ 33.99 29.61 67.54 -
YUV 150.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 151 138 214 0.29 0.36 0 0.16 250.26 0.48 0.69
Hex 97 8A D6 1D 24 0 10 FA 30 45
Octal 227 212 326 35 44 0 20 372 60 105
Binary 10010111 10001010 11010110 11101 100100 0 10000 11111010 110000 1000101

Color Harmonies of #978AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978AD6

Black with #978AD6

Text Example


Text Example

White with #978AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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