Html Css Color HEX #978CDF Blue Bell

📋 copy color: '#978CDF'

red 151 ◦ green 140 ◦ blue 223

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

Shades of Blue Bell #978CDF

Tints of Blue Bell #978CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.24%

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

R = 29.38%
G = 27.24%
B = 43.39%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#978CDF (or 0x978CDF) is known color: Blue Bell. HEX triplet: 97, 8C and DF. RGB value is (151,140,223). Sum of RGB (Red+Green+Blue) = 151+140+223=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #978CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CDF is #687320. Grayscale: #989898. Windows color (decimal): -6845217 or 14650519. OLE color: 14650519.

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

Color convert

RGB 151 140 223 -
CMYK 0.32 0.37 0 0.13
HSL 247.95º 0.56% 0.71% -
HSV(B) 247.95º 0.37% 0.87% -
XYZ 35.46 30.66 73.86 -
YUV 152.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 151 140 223 0.32 0.37 0 0.13 247.95 0.56 0.71
Hex 97 8C DF 20 25 0 D F8 38 47
Octal 227 214 337 40 45 0 15 370 70 107
Binary 10010111 10001100 11011111 100000 100101 0 1101 11111000 111000 1000111

Color Harmonies of #978CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978CDF

Black with #978CDF

Text Example


Text Example

White with #978CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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