Html Css Color HEX #978FB8 Cold Purple

📋 copy color: '#978FB8'

red 151 ◦ green 143 ◦ blue 184

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

Shades of Cold Purple #978FB8

Tints of Cold Purple #978FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.49%

R = 31.59%
G = 29.92%
B = 38.49%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#978FB8 (or 0x978FB8) is known color: Cold Purple. HEX triplet: 97, 8F and B8. RGB value is (151,143,184). Sum of RGB (Red+Green+Blue) = 151+143+184=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 184 - color contains mainly: blue. Hex color #978FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FB8 is #687047. Grayscale: #959595. Windows color (decimal): -6844488 or 12095383. OLE color: 12095383.

HSL color Cylindrical-coordinate representation of color #978FB8: hue angle of 251.71º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #978FB8 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 151 143 184 -
CMYK 0.18 0.22 0 0.28
HSL 251.71º 0.22% 0.64% -
HSV(B) 251.71º 0.22% 0.72% -
XYZ 31.24 29.68 49.43 -
YUV 150.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 151 143 184 0.18 0.22 0 0.28 251.71 0.22 0.64
Hex 97 8F B8 12 16 0 1C FC 16 40
Octal 227 217 270 22 26 0 34 374 26 100
Binary 10010111 10001111 10111000 10010 10110 0 11100 11111100 10110 1000000

Color Harmonies of #978FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978FB8

Black with #978FB8

Text Example


Text Example

White with #978FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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