Html Css Color HEX #978CBA Cold Purple

📋 copy color: '#978CBA'

red 151 ◦ green 140 ◦ blue 186

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

Shades of Cold Purple #978CBA

Tints of Cold Purple #978CBA

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 value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#978CBA (or 0x978CBA) is known color: 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

RGB 151 140 186 -
CMYK 0.19 0.25 0 0.27
HSL 254.35º 0.25% 0.64% -
HSV(B) 254.35º 0.25% 0.73% -
XYZ 31 28.88 50.39 -
YUV 148.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 151 140 186 0.19 0.25 0 0.27 254.35 0.25 0.64
Hex 97 8C BA 13 19 0 1B FE 19 40
Octal 227 214 272 23 31 0 33 376 31 100
Binary 10010111 10001100 10111010 10011 11001 0 11011 11111110 11001 1000000

Color Harmonies of #978CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978CBA

Black with #978CBA

Text Example


Text Example

White with #978CBA

Text Example


Text Example

HTML Codes & Css Web 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>