Html Css Color HEX #978AC8 Cold Purple

📋 copy color: '#978AC8'

red 151 ◦ green 138 ◦ blue 200

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

Shades of Cold Purple #978AC8

Tints of Cold Purple #978AC8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.22%

 BLUE value IS 200 (78.52% from 255) = 40.9%

R = 30.88%
G = 28.22%
B = 40.9%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#978AC8 (or 0x978AC8) is known color: Cold Purple. HEX triplet: 97, 8A and C8. RGB value is (151,138,200). Sum of RGB (Red+Green+Blue) = 151+138+200=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #978AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AC8 is #687537. Grayscale: #949494. Windows color (decimal): -6845752 or 13142679. OLE color: 13142679.

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

Color convert

RGB 151 138 200 -
CMYK 0.24 0.31 0 0.22
HSL 252.58º 0.36% 0.66% -
HSV(B) 252.58º 0.31% 0.78% -
XYZ 32.28 28.93 58.53 -
YUV 148.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 151 138 200 0.24 0.31 0 0.22 252.58 0.36 0.66
Hex 97 8A C8 18 1F 0 16 FD 24 42
Octal 227 212 310 30 37 0 26 375 44 102
Binary 10010111 10001010 11001000 11000 11111 0 10110 11111101 100100 1000010

Color Harmonies of #978AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978AC8

Black with #978AC8

Text Example


Text Example

White with #978AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,138,200); }

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

background-color css

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

 a { background-color: rgb(151,138,200); }

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

border-color css

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

 span { border-color: rgb(151,138,200); }

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