Html Css Color HEX #978FBB Cold Purple

📋 copy color: '#978FBB'

red 151 ◦ green 143 ◦ blue 187

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

Shades of Cold Purple #978FBB

Tints of Cold Purple #978FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 31.39%
G = 29.73%
B = 38.88%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#978FBB (or 0x978FBB) is known color: Cold Purple. HEX triplet: 97, 8F and BB. RGB value is (151,143,187). Sum of RGB (Red+Green+Blue) = 151+143+187=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #978FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FBB is #687044. Grayscale: #969696. Windows color (decimal): -6844485 or 12291991. OLE color: 12291991.

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

Color convert

RGB 151 143 187 -
CMYK 0.19 0.24 0 0.27
HSL 250.91º 0.24% 0.65% -
HSV(B) 250.91º 0.24% 0.73% -
XYZ 31.55 29.81 51.1 -
YUV 150.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 151 143 187 0.19 0.24 0 0.27 250.91 0.24 0.65
Hex 97 8F BB 13 18 0 1B FB 18 41
Octal 227 217 273 23 30 0 33 373 30 101
Binary 10010111 10001111 10111011 10011 11000 0 11011 11111011 11000 1000001

Color Harmonies of #978FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978FBB

Black with #978FBB

Text Example


Text Example

White with #978FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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