#978AFF

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

Shades of Light Slate Blue #978AFF

Tints of Light Slate Blue #978AFF

Color information

#978AFF (or 0x978AFF) is unknown color: approx Light Slate Blue. HEX triplet: 97, 8A and FF. RGB value is (151,138,255). Sum of RGB (Red+Green+Blue) = 151+138+255=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #978AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AFF is #687500. Grayscale: #9A9A9A. Windows color (decimal): -6845697 or 16747159. OLE color: 16747159.

HSL color Cylindrical-coordinate representation of color #978AFF: hue angle of 246.67º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #978AFF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB151138255-
CMYK0.410.4600
HSL246.67º100%77.06%-
HSV(B)246.67º45.88%100%-
XYZ39.931.9898.68-
YUV155.22184.31124.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.76%
GREEN value IS 138 (54.30% from 255) = 25.37%
BLUE value IS 255 (100% from 255) = 46.88%
R=27.76%
G=25.37%
B=46.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511382550.410.4600246.6710077.06
Hex978AFF292E00f7644d
Octal227212377515600367144115
Binary100101111000101011111111101001101110001111011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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