Html Css Color HEX #978DFE Light Slate Blue

📋 copy color: '#978DFE'

red 151 ◦ green 141 ◦ blue 254

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

Shades of Light Slate Blue #978DFE

Tints of Light Slate Blue #978DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 27.66%
G = 25.82%
B = 46.52%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#978DFE (or 0x978DFE) is known color: Light Slate Blue. HEX triplet: 97, 8D and FE. RGB value is (151,141,254). Sum of RGB (Red+Green+Blue) = 151+141+254=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #978DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978DFE is #687201. Grayscale: #9C9C9C. Windows color (decimal): -6844930 or 16682391. OLE color: 16682391.

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

Color convert

RGB 151 141 254 -
CMYK 0.41 0.44 0 0.00
HSL 245.31º 0.98% 0.77% -
HSV(B) 245.31º 0.44% 1% -
XYZ 40.18 32.78 97.98 -
YUV 156.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 151 141 254 0.41 0.44 0 0.00 245.31 0.98 0.77
Hex 97 8D FE 29 2C 0 0 F5 62 4D
Octal 227 215 376 51 54 0 0 365 142 115
Binary 10010111 10001101 11111110 101001 101100 0 0 11110101 1100010 1001101

Color Harmonies of #978DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978DFE

Black with #978DFE

Text Example


Text Example

White with #978DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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