Html Css Color HEX #978DFD Light Slate Blue

📋 copy color: '#978DFD'

red 151 ◦ green 141 ◦ blue 253

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

Shades of Light Slate Blue #978DFD

Tints of Light Slate Blue #978DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 27.71%
G = 25.87%
B = 46.42%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#978DFD (or 0x978DFD) is known color: Light Slate Blue. HEX triplet: 97, 8D and FD. RGB value is (151,141,253). Sum of RGB (Red+Green+Blue) = 151+141+253=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #978DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978DFD is #687202. Grayscale: #9C9C9C. Windows color (decimal): -6844931 or 16616855. OLE color: 16616855.

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

Color convert

RGB 151 141 253 -
CMYK 0.40 0.44 0 0.01
HSL 245.36º 0.97% 0.77% -
HSV(B) 245.36º 0.44% 0.99% -
XYZ 40.02 32.72 97.14 -
YUV 156.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 151 141 253 0.40 0.44 0 0.01 245.36 0.97 0.77
Hex 97 8D FD 28 2C 0 1 F5 61 4D
Octal 227 215 375 50 54 0 1 365 141 115
Binary 10010111 10001101 11111101 101000 101100 0 1 11110101 1100001 1001101

Color Harmonies of #978DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978DFD

Black with #978DFD

Text Example


Text Example

White with #978DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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