#978FFC

Color #978FFC Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #978FFC

Tints of Light Slate Blue #978FFC

Color information

#978FFC (or 0x978FFC) is unknown color: approx Light Slate Blue. HEX triplet: 97, 8F and FC. RGB value is (151,143,252). Sum of RGB (Red+Green+Blue) = 151+143+252=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #978FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978FFC is #687003. Grayscale: #9D9D9D. Windows color (decimal): -6844420 or 16551831. OLE color: 16551831.

HSL color Cylindrical-coordinate representation of color #978FFC: hue angle of 244.4º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #978FFC is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151143252-
CMYK0.400.4300.01
HSL244.4º94.78%77.45%-
HSV(B)244.4º43.25%98.82%-
XYZ40.1633.2596.4-
YUV157.82181.15123.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.66%
GREEN value IS 143 (56.25% from 255) = 26.19%
BLUE value IS 252 (98.83% from 255) = 46.15%
R=27.66%
G=26.19%
B=46.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511432520.400.4300.01244.494.7877.45
Hex978FFC282B01f45f4d
Octal227217374505301364137115
Binary100101111000111111111100101000101011011111010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #978FFC;
 }
 .AnyTagClassName
 {
   color: #978FFC;
 }
</style>
background-color css

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

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

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

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

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

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