#978fbb

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

Shades of Cold Purple #978FBB

Tints of Cold Purple #978FBB

Color information

#978FBB (or 0x978FBB) is unknown color: approx 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

RGB151143187-
CMYK0.190.2400.27
HSL250.91º24.44%64.71%-
HSV(B)250.91º23.53%73.33%-
XYZ31.5529.8151.1-
YUV150.41148.65128.42-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511431870.190.2400.27250.9124.4464.71
Hex978FBB131801Bfb1841
Octal227217273233003337330101
Binary100101111000111110111011100111100001101111111011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>