Html Css Color HEX #978BDA Blue Bell

📋 copy color: '#978BDA'

red 151 ◦ green 139 ◦ blue 218

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

Shades of Blue Bell #978BDA

Tints of Blue Bell #978BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.36%

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 29.72%
G = 27.36%
B = 42.91%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#978BDA (or 0x978BDA) is known color: Blue Bell. HEX triplet: 97, 8B and DA. RGB value is (151,139,218). Sum of RGB (Red+Green+Blue) = 151+139+218=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #978BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BDA is #687425. Grayscale: #979797. Windows color (decimal): -6845478 or 14322583. OLE color: 14322583.

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

Color convert

RGB 151 139 218 -
CMYK 0.31 0.36 0 0.15
HSL 249.11º 0.52% 0.7% -
HSV(B) 249.11º 0.36% 0.85% -
XYZ 34.65 30.11 70.31 -
YUV 151.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 151 139 218 0.31 0.36 0 0.15 249.11 0.52 0.7
Hex 97 8B DA 1F 24 0 F F9 34 46
Octal 227 213 332 37 44 0 17 371 64 106
Binary 10010111 10001011 11011010 11111 100100 0 1111 11111001 110100 1000110

Color Harmonies of #978BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BDA

Black with #978BDA

Text Example


Text Example

White with #978BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,139,218); }

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

background-color css

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

 a { background-color: rgb(151,139,218); }

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

border-color css

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

 span { border-color: rgb(151,139,218); }

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