Html Css Color HEX #978DF2 Light Slate Blue

📋 copy color: '#978DF2'

red 151 ◦ green 141 ◦ blue 242

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

Shades of Light Slate Blue #978DF2

Tints of Light Slate Blue #978DF2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.4%

 BLUE value IS 242 (94.92% from 255) = 45.32%

R = 28.28%
G = 26.4%
B = 45.32%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#978DF2 (or 0x978DF2) is known color: Light Slate Blue. HEX triplet: 97, 8D and F2. RGB value is (151,141,242). Sum of RGB (Red+Green+Blue) = 151+141+242=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #978DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978DF2 is #68720D. Grayscale: #9B9B9B. Windows color (decimal): -6844942 or 15895959. OLE color: 15895959.

HSL color Cylindrical-coordinate representation of color #978DF2: hue angle of 245.94º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #978DF2 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 141 242 -
CMYK 0.38 0.42 0 0.05
HSL 245.94º 0.8% 0.75% -
HSV(B) 245.94º 0.42% 0.95% -
XYZ 38.31 32.04 88.17 -
YUV 155.5 176.81 124.79 -
System Red Green Blue C M Y K H S L
Decimal 151 141 242 0.38 0.42 0 0.05 245.94 0.8 0.75
Hex 97 8D F2 26 2A 0 5 F6 50 4B
Octal 227 215 362 46 52 0 5 366 120 113
Binary 10010111 10001101 11110010 100110 101010 0 101 11110110 1010000 1001011

Color Harmonies of #978DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978DF2

Black with #978DF2

Text Example


Text Example

White with #978DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,141,242); }

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

background-color css

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

 a { background-color: rgb(151,141,242); }

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

border-color css

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

 span { border-color: rgb(151,141,242); }

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