Html Css Color HEX #978AD1 Blue Bell

📋 copy color: '#978AD1'

red 151 ◦ green 138 ◦ blue 209

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

Shades of Blue Bell #978AD1

Tints of Blue Bell #978AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.97%

R = 30.32%
G = 27.71%
B = 41.97%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#978AD1 (or 0x978AD1) is known color: Blue Bell. HEX triplet: 97, 8A and D1. RGB value is (151,138,209). Sum of RGB (Red+Green+Blue) = 151+138+209=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #978AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AD1 is #68752E. Grayscale: #959595. Windows color (decimal): -6845743 or 13732503. OLE color: 13732503.

HSL color Cylindrical-coordinate representation of color #978AD1: hue angle of 250.99º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #978AD1 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 138 209 -
CMYK 0.28 0.34 0 0.18
HSL 250.99º 0.44% 0.68% -
HSV(B) 250.99º 0.34% 0.82% -
XYZ 33.36 29.36 64.23 -
YUV 149.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 151 138 209 0.28 0.34 0 0.18 250.99 0.44 0.68
Hex 97 8A D1 1C 22 0 12 FB 2C 44
Octal 227 212 321 34 42 0 22 373 54 104
Binary 10010111 10001010 11010001 11100 100010 0 10010 11111011 101100 1000100

Color Harmonies of #978AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978AD1

Black with #978AD1

Text Example


Text Example

White with #978AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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