Html Css Color HEX #978CBE Cold Purple

📋 copy color: '#978CBE'

red 151 ◦ green 140 ◦ blue 190

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

Shades of Cold Purple #978CBE

Tints of Cold Purple #978CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.11%

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 31.39%
G = 29.11%
B = 39.5%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#978CBE (or 0x978CBE) is known color: Cold Purple. HEX triplet: 97, 8C and BE. RGB value is (151,140,190). Sum of RGB (Red+Green+Blue) = 151+140+190=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #978CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CBE is #687341. Grayscale: #949494. Windows color (decimal): -6845250 or 12487831. OLE color: 12487831.

HSL color Cylindrical-coordinate representation of color #978CBE: hue angle of 253.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #978CBE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 140 190 -
CMYK 0.21 0.26 0 0.25
HSL 253.2º 0.28% 0.65% -
HSV(B) 253.2º 0.26% 0.75% -
XYZ 31.43 29.05 52.67 -
YUV 148.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 151 140 190 0.21 0.26 0 0.25 253.2 0.28 0.65
Hex 97 8C BE 15 1A 0 19 FD 1C 41
Octal 227 214 276 25 32 0 31 375 34 101
Binary 10010111 10001100 10111110 10101 11010 0 11001 11111101 11100 1000001

Color Harmonies of #978CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978CBE

Black with #978CBE

Text Example


Text Example

White with #978CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,140,190); }

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

background-color css

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

 a { background-color: rgb(151,140,190); }

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

border-color css

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

 span { border-color: rgb(151,140,190); }

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