Html Css Color HEX #978EFC Light Slate Blue

📋 copy color: '#978EFC'

red 151 ◦ green 142 ◦ blue 252

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

Shades of Light Slate Blue #978EFC

Tints of Light Slate Blue #978EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.06%

 BLUE value IS 252 (98.83% from 255) = 46.24%

R = 27.71%
G = 26.06%
B = 46.24%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#978EFC (or 0x978EFC) is known color: Light Slate Blue. HEX triplet: 97, 8E and FC. RGB value is (151,142,252). Sum of RGB (Red+Green+Blue) = 151+142+252=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #978EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978EFC is #687103. Grayscale: #9C9C9C. Windows color (decimal): -6844676 or 16551575. OLE color: 16551575.

HSL color Cylindrical-coordinate representation of color #978EFC: hue angle of 244.91º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #978EFC is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 142 252 -
CMYK 0.40 0.44 0 0.01
HSL 244.91º 0.95% 0.77% -
HSV(B) 244.91º 0.44% 0.99% -
XYZ 40.01 32.95 96.35 -
YUV 157.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 151 142 252 0.40 0.44 0 0.01 244.91 0.95 0.77
Hex 97 8E FC 28 2C 0 1 F5 5F 4D
Octal 227 216 374 50 54 0 1 365 137 115
Binary 10010111 10001110 11111100 101000 101100 0 1 11110101 1011111 1001101

Color Harmonies of #978EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978EFC

Black with #978EFC

Text Example


Text Example

White with #978EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,142,252); }

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

background-color css

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

 a { background-color: rgb(151,142,252); }

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

border-color css

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

 span { border-color: rgb(151,142,252); }

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