Html Css Color HEX #978FDF Blue Bell

📋 copy color: '#978FDF'

red 151 ◦ green 143 ◦ blue 223

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

Shades of Blue Bell #978FDF

Tints of Blue Bell #978FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.66%

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

R = 29.21%
G = 27.66%
B = 43.13%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#978FDF (or 0x978FDF) is known color: Blue Bell. HEX triplet: 97, 8F and DF. RGB value is (151,143,223). Sum of RGB (Red+Green+Blue) = 151+143+223=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #978FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FDF is #687020. Grayscale: #9A9A9A. Windows color (decimal): -6844449 or 14651287. OLE color: 14651287.

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

Color convert

RGB 151 143 223 -
CMYK 0.32 0.36 0 0.13
HSL 246º 0.56% 0.72% -
HSV(B) 246º 0.36% 0.87% -
XYZ 35.9 31.55 74.01 -
YUV 154.51 166.65 125.5 -
System Red Green Blue C M Y K H S L
Decimal 151 143 223 0.32 0.36 0 0.13 246 0.56 0.72
Hex 97 8F DF 20 24 0 D F6 38 48
Octal 227 217 337 40 44 0 15 366 70 110
Binary 10010111 10001111 11011111 100000 100100 0 1101 11110110 111000 1001000

Color Harmonies of #978FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978FDF

Black with #978FDF

Text Example


Text Example

White with #978FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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