Html Css Color HEX #978ADF Blue Bell

📋 copy color: '#978ADF'

red 151 ◦ green 138 ◦ blue 223

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

Shades of Blue Bell #978ADF

Tints of Blue Bell #978ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 29.49%
G = 26.95%
B = 43.55%

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

#978ADF (or 0x978ADF) is known color: Blue Bell. HEX triplet: 97, 8A and DF. RGB value is (151,138,223). Sum of RGB (Red+Green+Blue) = 151+138+223=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #978ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ADF is #687520. Grayscale: #979797. Windows color (decimal): -6845729 or 14650007. OLE color: 14650007.

HSL color Cylindrical-coordinate representation of color #978ADF: hue angle of 249.18º degrees, saturation: 0.57, 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 #978ADF is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 138 223 -
CMYK 0.32 0.38 0 0.13
HSL 249.18º 0.57% 0.71% -
HSV(B) 249.18º 0.38% 0.87% -
XYZ 35.17 30.08 73.77 -
YUV 151.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 151 138 223 0.32 0.38 0 0.13 249.18 0.57 0.71
Hex 97 8A DF 20 26 0 D F9 39 47
Octal 227 212 337 40 46 0 15 371 71 107
Binary 10010111 10001010 11011111 100000 100110 0 1101 11111001 111001 1000111

Color Harmonies of #978ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978ADF

Black with #978ADF

Text Example


Text Example

White with #978ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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