Html Css Color HEX #978CD4 Blue Bell

📋 copy color: '#978CD4'

red 151 ◦ green 140 ◦ blue 212

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

Shades of Blue Bell #978CD4

Tints of Blue Bell #978CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.15%

R = 30.02%
G = 27.83%
B = 42.15%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#978CD4 (or 0x978CD4) is known color: Blue Bell. HEX triplet: 97, 8C and D4. RGB value is (151,140,212). Sum of RGB (Red+Green+Blue) = 151+140+212=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #978CD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CD4 is #68732B. Grayscale: #979797. Windows color (decimal): -6845228 or 13929623. OLE color: 13929623.

HSL color Cylindrical-coordinate representation of color #978CD4: hue angle of 249.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #978CD4 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 140 212 -
CMYK 0.29 0.34 0 0.17
HSL 249.17º 0.46% 0.69% -
HSV(B) 249.17º 0.34% 0.83% -
XYZ 34.02 30.09 66.3 -
YUV 151.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 151 140 212 0.29 0.34 0 0.17 249.17 0.46 0.69
Hex 97 8C D4 1D 22 0 11 F9 2E 45
Octal 227 214 324 35 42 0 21 371 56 105
Binary 10010111 10001100 11010100 11101 100010 0 10001 11111001 101110 1000101

Color Harmonies of #978CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978CD4

Black with #978CD4

Text Example


Text Example

White with #978CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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