#978AF1

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

Shades of Light Slate Blue #978AF1

Tints of Light Slate Blue #978AF1

Color information

#978AF1 (or 0x978AF1) is unknown color: approx Light Slate Blue. HEX triplet: 97, 8A and F1. RGB value is (151,138,241). Sum of RGB (Red+Green+Blue) = 151+138+241=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #978AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AF1 is #68750E. Grayscale: #999999. Windows color (decimal): -6845711 or 15829655. OLE color: 15829655.

HSL color Cylindrical-coordinate representation of color #978AF1: hue angle of 247.57º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #978AF1 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB151138241-
CMYK0.370.4300.05
HSL247.57º78.63%74.31%-
HSV(B)247.57º42.74%94.51%-
XYZ37.7331.1187.23-
YUV153.63177.31126.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.49%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 241 (94.53% from 255) = 45.47%
R=28.49%
G=26.04%
B=45.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1511382410.370.4300.05247.5778.6374.31
Hex978AF1252B05f84f4a
Octal227212361455305370117112
Binary10010111100010101111000110010110101101011111100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,138,241); }

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

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

 a { background-color: rgb(151,138,241); }

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

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

 span { border-color: rgb(151,138,241); }

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