Html Css Color HEX #978EDF Blue Bell

📋 copy color: '#978EDF'

red 151 ◦ green 142 ◦ blue 223

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

Shades of Blue Bell #978EDF

Tints of Blue Bell #978EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.52%

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

R = 29.26%
G = 27.52%
B = 43.22%

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

#978EDF (or 0x978EDF) is known color: Blue Bell. HEX triplet: 97, 8E and DF. RGB value is (151,142,223). Sum of RGB (Red+Green+Blue) = 151+142+223=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #978EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978EDF is #687120. Grayscale: #999999. Windows color (decimal): -6844705 or 14651031. OLE color: 14651031.

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

Color convert

RGB 151 142 223 -
CMYK 0.32 0.36 0 0.13
HSL 246.67º 0.56% 0.72% -
HSV(B) 246.67º 0.36% 0.87% -
XYZ 35.75 31.25 73.96 -
YUV 153.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 151 142 223 0.32 0.36 0 0.13 246.67 0.56 0.72
Hex 97 8E DF 20 24 0 D F7 38 48
Octal 227 216 337 40 44 0 15 367 70 110
Binary 10010111 10001110 11011111 100000 100100 0 1101 11110111 111000 1001000

Color Harmonies of #978EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978EDF

Black with #978EDF

Text Example


Text Example

White with #978EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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