Html Css Color HEX #978DC4 Cold Purple

📋 copy color: '#978DC4'

red 151 ◦ green 141 ◦ blue 196

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

Shades of Cold Purple #978DC4

Tints of Cold Purple #978DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.16%

R = 30.94%
G = 28.89%
B = 40.16%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#978DC4 (or 0x978DC4) is known color: Cold Purple. HEX triplet: 97, 8D and C4. RGB value is (151,141,196). Sum of RGB (Red+Green+Blue) = 151+141+196=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 196 - color contains mainly: blue. Hex color #978DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DC4 is #68723B. Grayscale: #969696. Windows color (decimal): -6844988 or 12881303. OLE color: 12881303.

HSL color Cylindrical-coordinate representation of color #978DC4: hue angle of 250.91º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #978DC4 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 141 196 -
CMYK 0.23 0.28 0 0.23
HSL 250.91º 0.32% 0.66% -
HSV(B) 250.91º 0.28% 0.77% -
XYZ 32.25 29.61 56.24 -
YUV 150.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 151 141 196 0.23 0.28 0 0.23 250.91 0.32 0.66
Hex 97 8D C4 17 1C 0 17 FB 20 42
Octal 227 215 304 27 34 0 27 373 40 102
Binary 10010111 10001101 11000100 10111 11100 0 10111 11111011 100000 1000010

Color Harmonies of #978DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978DC4

Black with #978DC4

Text Example


Text Example

White with #978DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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