Html Css Color HEX #978FCA Blue Bell

📋 copy color: '#978FCA'

red 151 ◦ green 143 ◦ blue 202

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

Shades of Blue Bell #978FCA

Tints of Blue Bell #978FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 30.44%
G = 28.83%
B = 40.73%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#978FCA (or 0x978FCA) is known color: Blue Bell. HEX triplet: 97, 8F and CA. RGB value is (151,143,202). Sum of RGB (Red+Green+Blue) = 151+143+202=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #978FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FCA is #687035. Grayscale: #979797. Windows color (decimal): -6844470 or 13275031. OLE color: 13275031.

HSL color Cylindrical-coordinate representation of color #978FCA: hue angle of 248.14º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #978FCA is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 143 202 -
CMYK 0.25 0.29 0 0.21
HSL 248.14º 0.36% 0.68% -
HSV(B) 248.14º 0.29% 0.79% -
XYZ 33.25 30.49 60.01 -
YUV 152.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 151 143 202 0.25 0.29 0 0.21 248.14 0.36 0.68
Hex 97 8F CA 19 1D 0 15 F8 24 44
Octal 227 217 312 31 35 0 25 370 44 104
Binary 10010111 10001111 11001010 11001 11101 0 10101 11111000 100100 1000100

Color Harmonies of #978FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978FCA

Black with #978FCA

Text Example


Text Example

White with #978FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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