Html Css Color HEX #978DC7 Cold Purple

📋 copy color: '#978DC7'

red 151 ◦ green 141 ◦ blue 199

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

Shades of Cold Purple #978DC7

Tints of Cold Purple #978DC7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.72%

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

R = 30.75%
G = 28.72%
B = 40.53%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#978DC7 (or 0x978DC7) is known color: Cold Purple. HEX triplet: 97, 8D and C7. RGB value is (151,141,199). Sum of RGB (Red+Green+Blue) = 151+141+199=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 199 - color contains mainly: blue. Hex color #978DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DC7 is #687238. Grayscale: #969696. Windows color (decimal): -6844985 or 13077911. OLE color: 13077911.

HSL color Cylindrical-coordinate representation of color #978DC7: hue angle of 250.34º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #978DC7 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 141 199 -
CMYK 0.24 0.29 0 0.22
HSL 250.34º 0.34% 0.67% -
HSV(B) 250.34º 0.29% 0.78% -
XYZ 32.6 29.75 58.06 -
YUV 150.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 151 141 199 0.24 0.29 0 0.22 250.34 0.34 0.67
Hex 97 8D C7 18 1D 0 16 FA 22 43
Octal 227 215 307 30 35 0 26 372 42 103
Binary 10010111 10001101 11000111 11000 11101 0 10110 11111010 100010 1000011

Color Harmonies of #978DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978DC7

Black with #978DC7

Text Example


Text Example

White with #978DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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