Html Css Color HEX #978FBE Cold Purple

📋 copy color: '#978FBE'

red 151 ◦ green 143 ◦ blue 190

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

Shades of Cold Purple #978FBE

Tints of Cold Purple #978FBE

RGB

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

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

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

R = 31.2%
G = 29.55%
B = 39.26%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#978FBE (or 0x978FBE) is known color: Cold Purple. HEX triplet: 97, 8F and BE. RGB value is (151,143,190). Sum of RGB (Red+Green+Blue) = 151+143+190=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #978FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FBE is #687041. Grayscale: #969696. Windows color (decimal): -6844482 or 12488599. OLE color: 12488599.

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

Color convert

RGB 151 143 190 -
CMYK 0.21 0.25 0 0.25
HSL 250.21º 0.27% 0.65% -
HSV(B) 250.21º 0.25% 0.75% -
XYZ 31.88 29.94 52.81 -
YUV 150.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 151 143 190 0.21 0.25 0 0.25 250.21 0.27 0.65
Hex 97 8F BE 15 19 0 19 FA 1B 41
Octal 227 217 276 25 31 0 31 372 33 101
Binary 10010111 10001111 10111110 10101 11001 0 11001 11111010 11011 1000001

Color Harmonies of #978FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978FBE

Black with #978FBE

Text Example


Text Example

White with #978FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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