Html Css Color HEX #978BF9 Light Slate Blue

📋 copy color: '#978BF9'

red 151 ◦ green 139 ◦ blue 249

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

Shades of Light Slate Blue #978BF9

Tints of Light Slate Blue #978BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.2%

R = 28.01%
G = 25.79%
B = 46.2%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#978BF9 (or 0x978BF9) is known color: Light Slate Blue. HEX triplet: 97, 8B and F9. RGB value is (151,139,249). Sum of RGB (Red+Green+Blue) = 151+139+249=539 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.01% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #978BF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978BF9 is #687406. Grayscale: #9A9A9A. Windows color (decimal): -6845447 or 16354199. OLE color: 16354199.

HSL color Cylindrical-coordinate representation of color #978BF9: hue angle of 246.55º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #978BF9 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 139 249 -
CMYK 0.39 0.44 0 0.02
HSL 246.55º 0.9% 0.76% -
HSV(B) 246.55º 0.44% 0.98% -
XYZ 39.09 31.88 93.72 -
YUV 155.13 180.98 125.06 -
System Red Green Blue C M Y K H S L
Decimal 151 139 249 0.39 0.44 0 0.02 246.55 0.9 0.76
Hex 97 8B F9 27 2C 0 2 F7 5A 4C
Octal 227 213 371 47 54 0 2 367 132 114
Binary 10010111 10001011 11111001 100111 101100 0 10 11110111 1011010 1001100

Color Harmonies of #978BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BF9

Black with #978BF9

Text Example


Text Example

White with #978BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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