Html Css Color HEX #978BBE Cold Purple

📋 copy color: '#978BBE'

red 151 ◦ green 139 ◦ blue 190

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

Shades of Cold Purple #978BBE

Tints of Cold Purple #978BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.96%

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

R = 31.46%
G = 28.96%
B = 39.58%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#978BBE (or 0x978BBE) is known color: Cold Purple. HEX triplet: 97, 8B and BE. RGB value is (151,139,190). Sum of RGB (Red+Green+Blue) = 151+139+190=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #978BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BBE is #687441. Grayscale: #949494. Windows color (decimal): -6845506 or 12487575. OLE color: 12487575.

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

Color convert

RGB 151 139 190 -
CMYK 0.21 0.27 0 0.25
HSL 254.12º 0.28% 0.65% -
HSV(B) 254.12º 0.27% 0.75% -
XYZ 31.29 28.76 52.62 -
YUV 148.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 151 139 190 0.21 0.27 0 0.25 254.12 0.28 0.65
Hex 97 8B BE 15 1B 0 19 FE 1C 41
Octal 227 213 276 25 33 0 31 376 34 101
Binary 10010111 10001011 10111110 10101 11011 0 11001 11111110 11100 1000001

Color Harmonies of #978BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BBE

Black with #978BBE

Text Example


Text Example

White with #978BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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