Html Css Color HEX #978FF7 Light Slate Blue

📋 copy color: '#978FF7'

red 151 ◦ green 143 ◦ blue 247

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

Shades of Light Slate Blue #978FF7

Tints of Light Slate Blue #978FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.66%

R = 27.91%
G = 26.43%
B = 45.66%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#978FF7 (or 0x978FF7) is known color: Light Slate Blue. HEX triplet: 97, 8F and F7. RGB value is (151,143,247). Sum of RGB (Red+Green+Blue) = 151+143+247=541 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.91% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #978FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978FF7 is #687008. Grayscale: #9C9C9C. Windows color (decimal): -6844425 or 16224151. OLE color: 16224151.

HSL color Cylindrical-coordinate representation of color #978FF7: hue angle of 244.62º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #978FF7 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 143 247 -
CMYK 0.39 0.42 0 0.03
HSL 244.62º 0.87% 0.76% -
HSV(B) 244.62º 0.42% 0.97% -
XYZ 39.37 32.94 92.28 -
YUV 157.25 178.65 123.54 -
System Red Green Blue C M Y K H S L
Decimal 151 143 247 0.39 0.42 0 0.03 244.62 0.87 0.76
Hex 97 8F F7 27 2A 0 3 F5 57 4C
Octal 227 217 367 47 52 0 3 365 127 114
Binary 10010111 10001111 11110111 100111 101010 0 11 11110101 1010111 1001100

Color Harmonies of #978FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978FF7

Black with #978FF7

Text Example


Text Example

White with #978FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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