Html Css Color HEX #978FCF Blue Bell

📋 copy color: '#978FCF'

red 151 ◦ green 143 ◦ blue 207

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

Shades of Blue Bell #978FCF

Tints of Blue Bell #978FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 30.14%
G = 28.54%
B = 41.32%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#978FCF (or 0x978FCF) is known color: Blue Bell. HEX triplet: 97, 8F and CF. RGB value is (151,143,207). Sum of RGB (Red+Green+Blue) = 151+143+207=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #978FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FCF is #687030. Grayscale: #989898. Windows color (decimal): -6844465 or 13602711. OLE color: 13602711.

HSL color Cylindrical-coordinate representation of color #978FCF: hue angle of 247.5º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978FCF is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 143 207 -
CMYK 0.27 0.31 0 0.19
HSL 247.5º 0.4% 0.69% -
HSV(B) 247.5º 0.31% 0.81% -
XYZ 33.85 30.73 63.18 -
YUV 152.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 151 143 207 0.27 0.31 0 0.19 247.5 0.4 0.69
Hex 97 8F CF 1B 1F 0 13 F8 28 45
Octal 227 217 317 33 37 0 23 370 50 105
Binary 10010111 10001111 11001111 11011 11111 0 10011 11111000 101000 1000101

Color Harmonies of #978FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978FCF

Black with #978FCF

Text Example


Text Example

White with #978FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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