#978CBA

Color #978CBA Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #978CBA

Tints of Cold Purple #978CBA

Color information

#978CBA (or 0x978CBA) is unknown color: approx Cold Purple. HEX triplet: 97, 8C and BA. RGB value is (151,140,186). Sum of RGB (Red+Green+Blue) = 151+140+186=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #978CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CBA is #687345. Grayscale: #949494. Windows color (decimal): -6845254 or 12225687. OLE color: 12225687.

HSL color Cylindrical-coordinate representation of color #978CBA: hue angle of 254.35º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #978CBA is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151140186-
CMYK0.190.2500.27
HSL254.35º25%63.92%-
HSV(B)254.35º24.73%72.94%-
XYZ3128.8850.39-
YUV148.53149.14129.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=31.66%
G=29.35%
B=38.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511401860.190.2500.27254.352563.92
Hex978CBA131901Bfe1940
Octal227214272233103337631100
Binary100101111000110010111010100111100101101111111110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #978CBA;
 }
 .AnyTagClassName
 {
   color: #978CBA;
 }
</style>
background-color css

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

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

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

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

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

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