Html Css Color HEX #978DB8 Cold Purple

📋 copy color: '#978DB8'

red 151 ◦ green 141 ◦ blue 184

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

Shades of Cold Purple #978DB8

Tints of Cold Purple #978DB8

RGB

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

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

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

R = 31.72%
G = 29.62%
B = 38.66%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#978DB8 (or 0x978DB8) is known color: Cold Purple. HEX triplet: 97, 8D and B8. RGB value is (151,141,184). Sum of RGB (Red+Green+Blue) = 151+141+184=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 184 - color contains mainly: blue. Hex color #978DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DB8 is #687247. Grayscale: #949494. Windows color (decimal): -6845000 or 12094871. OLE color: 12094871.

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

Color convert

RGB 151 141 184 -
CMYK 0.18 0.23 0 0.28
HSL 253.95º 0.23% 0.64% -
HSV(B) 253.95º 0.23% 0.72% -
XYZ 30.94 29.09 49.33 -
YUV 148.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 151 141 184 0.18 0.23 0 0.28 253.95 0.23 0.64
Hex 97 8D B8 12 17 0 1C FE 17 40
Octal 227 215 270 22 27 0 34 376 27 100
Binary 10010111 10001101 10111000 10010 10111 0 11100 11111110 10111 1000000

Color Harmonies of #978DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978DB8

Black with #978DB8

Text Example


Text Example

White with #978DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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