Html Css Color HEX #978FFF Light Slate Blue

📋 copy color: '#978FFF'

red 151 ◦ green 143 ◦ blue 255

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

Shades of Light Slate Blue #978FFF

Tints of Light Slate Blue #978FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.05%

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

R = 27.5%
G = 26.05%
B = 46.45%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#978FFF (or 0x978FFF) is known color: Light Slate Blue. HEX triplet: 97, 8F and FF. RGB value is (151,143,255). Sum of RGB (Red+Green+Blue) = 151+143+255=549 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.50% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #978FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978FFF is #687000. Grayscale: #9D9D9D. Windows color (decimal): -6844417 or 16748439. OLE color: 16748439.

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

Color convert

RGB 151 143 255 -
CMYK 0.41 0.44 0 0
HSL 244.29º 1% 0.78% -
HSV(B) 244.29º 0.44% 1% -
XYZ 40.63 33.44 98.92 -
YUV 158.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 151 143 255 0.41 0.44 0 0 244.29 1 0.78
Hex 97 8F FF 29 2C 0 0 F4 64 4E
Octal 227 217 377 51 54 0 0 364 144 116
Binary 10010111 10001111 11111111 101001 101100 0 0 11110100 1100100 1001110

Color Harmonies of #978FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978FFF

Black with #978FFF

Text Example


Text Example

White with #978FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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