Html Css Color HEX #978DFF Light Slate Blue

📋 copy color: '#978DFF'

red 151 ◦ green 141 ◦ blue 255

#978DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #978DFF

Tints of Light Slate Blue #978DFF

RGB

 RED value IS 151 (59.38% from 255) = 27.61%

 GREEN value IS 141 (55.47% from 255) = 25.78%

 BLUE value IS 255 (100% from 255) = 46.62%

R = 27.61%
G = 25.78%
B = 46.62%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#978DFF (or 0x978DFF) is known color: Light Slate Blue. HEX triplet: 97, 8D and FF. RGB value is (151,141,255). Sum of RGB (Red+Green+Blue) = 151+141+255=547 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.61% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #978DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978DFF is #687200. Grayscale: #9C9C9C. Windows color (decimal): -6844929 or 16747927. OLE color: 16747927.

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

Color convert

RGB 151 141 255 -
CMYK 0.41 0.45 0 0
HSL 245.26º 1% 0.78% -
HSV(B) 245.26º 0.45% 1% -
XYZ 40.34 32.85 98.82 -
YUV 156.99 183.31 123.73 -
System Red Green Blue C M Y K H S L
Decimal 151 141 255 0.41 0.45 0 0 245.26 1 0.78
Hex 97 8D FF 29 2D 0 0 F5 64 4E
Octal 227 215 377 51 55 0 0 365 144 116
Binary 10010111 10001101 11111111 101001 101101 0 0 11110101 1100100 1001110

Color Harmonies of #978DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978DFF

Black with #978DFF

Text Example


Text Example

White with #978DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #978DFF;
 }
 .AnyTagClassName
 {
   color: #978DFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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