Html Css Color HEX #978BF6 Light Slate Blue

📋 copy color: '#978BF6'

red 151 ◦ green 139 ◦ blue 246

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

Shades of Light Slate Blue #978BF6

Tints of Light Slate Blue #978BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.9%

R = 28.17%
G = 25.93%
B = 45.9%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#978BF6 (or 0x978BF6) is known color: Light Slate Blue. HEX triplet: 97, 8B and F6. RGB value is (151,139,246). Sum of RGB (Red+Green+Blue) = 151+139+246=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #978BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978BF6 is #687409. Grayscale: #9A9A9A. Windows color (decimal): -6845450 or 16157591. OLE color: 16157591.

HSL color Cylindrical-coordinate representation of color #978BF6: hue angle of 246.73º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #978BF6 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 151 139 246 -
CMYK 0.39 0.43 0 0.04
HSL 246.73º 0.86% 0.75% -
HSV(B) 246.73º 0.43% 0.96% -
XYZ 38.63 31.7 91.27 -
YUV 154.79 179.48 125.3 -
System Red Green Blue C M Y K H S L
Decimal 151 139 246 0.39 0.43 0 0.04 246.73 0.86 0.75
Hex 97 8B F6 27 2B 0 4 F7 56 4B
Octal 227 213 366 47 53 0 4 367 126 113
Binary 10010111 10001011 11110110 100111 101011 0 100 11110111 1010110 1001011

Color Harmonies of #978BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BF6

Black with #978BF6

Text Example


Text Example

White with #978BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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