#978CF4

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

Shades of Light Slate Blue #978CF4

Tints of Light Slate Blue #978CF4

Color information

#978CF4 (or 0x978CF4) is unknown color: approx Light Slate Blue. HEX triplet: 97, 8C and F4. RGB value is (151,140,244). Sum of RGB (Red+Green+Blue) = 151+140+244=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 244 (95.70% from 255 or 45.61% from 535); Max value from RGB is 244 - color contains mainly: blue. Hex color #978CF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978CF4 is #68730B. Grayscale: #9A9A9A. Windows color (decimal): -6845196 or 16026775. OLE color: 16026775.

HSL color Cylindrical-coordinate representation of color #978CF4: hue angle of 246.35º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #978CF4 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB151140244-
CMYK0.380.4300.04
HSL246.35º82.54%75.29%-
HSV(B)246.35º42.62%95.69%-
XYZ38.4731.8789.71-
YUV155.14178.14125.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.22%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 244 (95.70% from 255) = 45.61%
R=28.22%
G=26.17%
B=45.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1511402440.380.4300.04246.3582.5475.29
Hex978CF4262B04f6534b
Octal227214364465304366123113
Binary10010111100011001111010010011010101101001111011010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,140,244); }

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

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

 a { background-color: rgb(151,140,244); }

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

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

 span { border-color: rgb(151,140,244); }

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