Html Css Color HEX #978ED5 Blue Bell

📋 copy color: '#978ED5'

red 151 ◦ green 142 ◦ blue 213

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

Shades of Blue Bell #978ED5

Tints of Blue Bell #978ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 29.84%
G = 28.06%
B = 42.09%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#978ED5 (or 0x978ED5) is known color: Blue Bell. HEX triplet: 97, 8E and D5. RGB value is (151,142,213). Sum of RGB (Red+Green+Blue) = 151+142+213=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #978ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ED5 is #68712A. Grayscale: #989898. Windows color (decimal): -6844715 or 13995671. OLE color: 13995671.

HSL color Cylindrical-coordinate representation of color #978ED5: hue angle of 247.61º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #978ED5 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 142 213 -
CMYK 0.29 0.33 0 0.16
HSL 247.61º 0.46% 0.7% -
HSV(B) 247.61º 0.33% 0.84% -
XYZ 34.45 30.73 67.07 -
YUV 152.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 151 142 213 0.29 0.33 0 0.16 247.61 0.46 0.7
Hex 97 8E D5 1D 21 0 10 F8 2E 46
Octal 227 216 325 35 41 0 20 370 56 106
Binary 10010111 10001110 11010101 11101 100001 0 10000 11111000 101110 1000110

Color Harmonies of #978ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978ED5

Black with #978ED5

Text Example


Text Example

White with #978ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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