Html Css Color HEX #978CC7 Cold Purple

📋 copy color: '#978CC7'

red 151 ◦ green 140 ◦ blue 199

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

Shades of Cold Purple #978CC7

Tints of Cold Purple #978CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.61%

R = 30.82%
G = 28.57%
B = 40.61%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#978CC7 (or 0x978CC7) is known color: Cold Purple. HEX triplet: 97, 8C and C7. RGB value is (151,140,199). Sum of RGB (Red+Green+Blue) = 151+140+199=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 199 - color contains mainly: blue. Hex color #978CC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CC7 is #687338. Grayscale: #959595. Windows color (decimal): -6845241 or 13077655. OLE color: 13077655.

HSL color Cylindrical-coordinate representation of color #978CC7: hue angle of 251.19º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #978CC7 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 140 199 -
CMYK 0.24 0.30 0 0.22
HSL 251.19º 0.35% 0.66% -
HSV(B) 251.19º 0.3% 0.78% -
XYZ 32.45 29.46 58.01 -
YUV 150.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 151 140 199 0.24 0.30 0 0.22 251.19 0.35 0.66
Hex 97 8C C7 18 1E 0 16 FB 23 42
Octal 227 214 307 30 36 0 26 373 43 102
Binary 10010111 10001100 11000111 11000 11110 0 10110 11111011 100011 1000010

Color Harmonies of #978CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978CC7

Black with #978CC7

Text Example


Text Example

White with #978CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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