Html Css Color HEX #978BFF Light Slate Blue

📋 copy color: '#978BFF'

red 151 ◦ green 139 ◦ blue 255

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

Shades of Light Slate Blue #978BFF

Tints of Light Slate Blue #978BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.5%

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

R = 27.71%
G = 25.5%
B = 46.79%

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

#978BFF (or 0x978BFF) is known color: Light Slate Blue. HEX triplet: 97, 8B and FF. RGB value is (151,139,255). Sum of RGB (Red+Green+Blue) = 151+139+255=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #978BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978BFF is #687400. Grayscale: #9B9B9B. Windows color (decimal): -6845441 or 16747415. OLE color: 16747415.

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

Color convert

RGB 151 139 255 -
CMYK 0.41 0.45 0 0
HSL 246.21º 1% 0.77% -
HSV(B) 246.21º 0.45% 1% -
XYZ 40.05 32.26 98.72 -
YUV 155.81 183.98 124.57 -
System Red Green Blue C M Y K H S L
Decimal 151 139 255 0.41 0.45 0 0 246.21 1 0.77
Hex 97 8B FF 29 2D 0 0 F6 64 4D
Octal 227 213 377 51 55 0 0 366 144 115
Binary 10010111 10001011 11111111 101001 101101 0 0 11110110 1100100 1001101

Color Harmonies of #978BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BFF

Black with #978BFF

Text Example


Text Example

White with #978BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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