Html Css Color HEX #978CFF Light Slate Blue

📋 copy color: '#978CFF'

red 151 ◦ green 140 ◦ blue 255

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

Shades of Light Slate Blue #978CFF

Tints of Light Slate Blue #978CFF

RGB

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

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

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

R = 27.66%
G = 25.64%
B = 46.7%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#978CFF (or 0x978CFF) is known color: Light Slate Blue. HEX triplet: 97, 8C and FF. RGB value is (151,140,255). Sum of RGB (Red+Green+Blue) = 151+140+255=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #978CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978CFF is #687300. Grayscale: #9B9B9B. Windows color (decimal): -6845185 or 16747671. OLE color: 16747671.

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

Color convert

RGB 151 140 255 -
CMYK 0.41 0.45 0 0
HSL 245.74º 1% 0.77% -
HSV(B) 245.74º 0.45% 1% -
XYZ 40.19 32.56 98.77 -
YUV 156.4 183.64 124.15 -
System Red Green Blue C M Y K H S L
Decimal 151 140 255 0.41 0.45 0 0 245.74 1 0.77
Hex 97 8C FF 29 2D 0 0 F6 64 4D
Octal 227 214 377 51 55 0 0 366 144 115
Binary 10010111 10001100 11111111 101001 101101 0 0 11110110 1100100 1001101

Color Harmonies of #978CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978CFF

Black with #978CFF

Text Example


Text Example

White with #978CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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