Html Css Color HEX #978ADB Blue Bell

📋 copy color: '#978ADB'

red 151 ◦ green 138 ◦ blue 219

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

Shades of Blue Bell #978ADB

Tints of Blue Bell #978ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 29.72%
G = 27.17%
B = 43.11%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#978ADB (or 0x978ADB) is known color: Blue Bell. HEX triplet: 97, 8A and DB. RGB value is (151,138,219). Sum of RGB (Red+Green+Blue) = 151+138+219=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #978ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ADB is #687524. Grayscale: #969696. Windows color (decimal): -6845733 or 14387863. OLE color: 14387863.

HSL color Cylindrical-coordinate representation of color #978ADB: hue angle of 249.63º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #978ADB is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 138 219 -
CMYK 0.31 0.37 0 0.14
HSL 249.63º 0.53% 0.7% -
HSV(B) 249.63º 0.37% 0.86% -
XYZ 34.64 29.87 70.96 -
YUV 151.12 166.31 127.91 -
System Red Green Blue C M Y K H S L
Decimal 151 138 219 0.31 0.37 0 0.14 249.63 0.53 0.7
Hex 97 8A DB 1F 25 0 E FA 35 46
Octal 227 212 333 37 45 0 16 372 65 106
Binary 10010111 10001010 11011011 11111 100101 0 1110 11111010 110101 1000110

Color Harmonies of #978ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978ADB

Black with #978ADB

Text Example


Text Example

White with #978ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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