Html Css Color HEX #978CFD Light Slate Blue

📋 copy color: '#978CFD'

red 151 ◦ green 140 ◦ blue 253

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

Shades of Light Slate Blue #978CFD

Tints of Light Slate Blue #978CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.74%

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

R = 27.76%
G = 25.74%
B = 46.51%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#978CFD (or 0x978CFD) is known color: Light Slate Blue. HEX triplet: 97, 8C and FD. RGB value is (151,140,253). Sum of RGB (Red+Green+Blue) = 151+140+253=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #978CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978CFD is #687302. Grayscale: #9B9B9B. Windows color (decimal): -6845187 or 16616599. OLE color: 16616599.

HSL color Cylindrical-coordinate representation of color #978CFD: hue angle of 245.84º 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 #978CFD is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 140 253 -
CMYK 0.40 0.45 0 0.01
HSL 245.84º 0.97% 0.77% -
HSV(B) 245.84º 0.45% 0.99% -
XYZ 39.87 32.43 97.09 -
YUV 156.17 182.64 124.31 -
System Red Green Blue C M Y K H S L
Decimal 151 140 253 0.40 0.45 0 0.01 245.84 0.97 0.77
Hex 97 8C FD 28 2D 0 1 F6 61 4D
Octal 227 214 375 50 55 0 1 366 141 115
Binary 10010111 10001100 11111101 101000 101101 0 1 11110110 1100001 1001101

Color Harmonies of #978CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978CFD

Black with #978CFD

Text Example


Text Example

White with #978CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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