Html Css Color HEX #978ADE Blue Bell

📋 copy color: '#978ADE'

red 151 ◦ green 138 ◦ blue 222

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

Shades of Blue Bell #978ADE

Tints of Blue Bell #978ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.44%

R = 29.55%
G = 27.01%
B = 43.44%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#978ADE (or 0x978ADE) is known color: Blue Bell. HEX triplet: 97, 8A and DE. RGB value is (151,138,222). Sum of RGB (Red+Green+Blue) = 151+138+222=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #978ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ADE is #687521. Grayscale: #979797. Windows color (decimal): -6845730 or 14584471. OLE color: 14584471.

HSL color Cylindrical-coordinate representation of color #978ADE: hue angle of 249.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #978ADE is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 138 222 -
CMYK 0.32 0.38 0 0.13
HSL 249.29º 0.56% 0.71% -
HSV(B) 249.29º 0.38% 0.87% -
XYZ 35.04 30.03 73.06 -
YUV 151.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 151 138 222 0.32 0.38 0 0.13 249.29 0.56 0.71
Hex 97 8A DE 20 26 0 D F9 38 47
Octal 227 212 336 40 46 0 15 371 70 107
Binary 10010111 10001010 11011110 100000 100110 0 1101 11111001 111000 1000111

Color Harmonies of #978ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978ADE

Black with #978ADE

Text Example


Text Example

White with #978ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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