#978EF3

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

Shades of Light Slate Blue #978EF3

Tints of Light Slate Blue #978EF3

Color information

#978EF3 (or 0x978EF3) is unknown color: approx Light Slate Blue. HEX triplet: 97, 8E and F3. RGB value is (151,142,243). Sum of RGB (Red+Green+Blue) = 151+142+243=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #978EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978EF3 is #68710C. Grayscale: #9B9B9B. Windows color (decimal): -6844685 or 15961751. OLE color: 15961751.

HSL color Cylindrical-coordinate representation of color #978EF3: hue angle of 245.35º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #978EF3 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB151142243-
CMYK0.380.4200.05
HSL245.35º80.8%75.49%-
HSV(B)245.35º41.56%95.29%-
XYZ38.6132.489.01-
YUV156.2176.98124.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.17%
GREEN value IS 142 (55.86% from 255) = 26.49%
BLUE value IS 243 (95.31% from 255) = 45.34%
R=28.17%
G=26.49%
B=45.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1511422430.380.4200.05245.3580.875.49
Hex978EF3262A05f5514b
Octal227216363465205365121113
Binary10010111100011101111001110011010101001011111010110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,142,243); }

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

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

 a { background-color: rgb(151,142,243); }

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

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

 span { border-color: rgb(151,142,243); }

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