#978AFD

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

Shades of Light Slate Blue #978AFD

Tints of Light Slate Blue #978AFD

Color information

#978AFD (or 0x978AFD) is unknown color: approx Light Slate Blue. HEX triplet: 97, 8A and FD. RGB value is (151,138,253). Sum of RGB (Red+Green+Blue) = 151+138+253=542 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.86% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #978AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AFD is #687502. Grayscale: #9A9A9A. Windows color (decimal): -6845699 or 16616087. OLE color: 16616087.

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

Color convert

RGB151138253-
CMYK0.400.4500.01
HSL246.78º96.64%76.67%-
HSV(B)246.78º45.45%99.22%-
XYZ39.5831.8596.99-
YUV155183.31125.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.86%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 253 (99.22% from 255) = 46.68%
R=27.86%
G=25.46%
B=46.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511382530.400.4500.01246.7896.6476.67
Hex978AFD282D01f7614d
Octal227212375505501367141115
Binary100101111000101011111101101000101101011111011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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