Html Css Color HEX #8C79F0 Light Slate Blue

📋 copy color: '#8C79F0'

red 140 ◦ green 121 ◦ blue 240

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

Shades of Light Slate Blue #8C79F0

Tints of Light Slate Blue #8C79F0

RGB

 RED value IS 140 (55.08% from 255) = 27.94%

 GREEN value IS 121 (47.66% from 255) = 24.15%

 BLUE value IS 240 (94.14% from 255) = 47.9%

R = 27.94%
G = 24.15%
B = 47.9%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C79F0 (or 0x8C79F0) is known color: Light Slate Blue. HEX triplet: 8C, 79 and F0. RGB value is (140,121,240). Sum of RGB (Red+Green+Blue) = 140+121+240=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #8C79F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C79F0 is #73860F. Grayscale: #8B8B8B. Windows color (decimal): -7570960 or 15759756. OLE color: 15759756.

HSL color Cylindrical-coordinate representation of color #8C79F0: hue angle of 249.58º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C79F0 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 121 240 -
CMYK 0.42 0.50 0 0.06
HSL 249.58º 0.8% 0.71% -
HSV(B) 249.58º 0.5% 0.94% -
XYZ 33.38 25.54 85.61 -
YUV 140.25 184.29 127.82 -
System Red Green Blue C M Y K H S L
Decimal 140 121 240 0.42 0.50 0 0.06 249.58 0.8 0.71
Hex 8C 79 F0 2A 32 0 6 FA 50 47
Octal 214 171 360 52 62 0 6 372 120 107
Binary 10001100 1111001 11110000 101010 110010 0 110 11111010 1010000 1000111

Color Harmonies of #8C79F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C79F0

Black with #8C79F0

Text Example


Text Example

White with #8C79F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C79F0; }

 p { color: rgb(140,121,240); }

 H1.HeaderClassName
 {
   color: #8C79F0;
 }
 .AnyTagClassName
 {
   color: #8C79F0;
 }
</style>

background-color css

<style>
 a { background-color: #8C79F0; }

 a { background-color: rgb(140,121,240); }

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

border-color css

<style>
 span { border-color: #8C79F0; }

 span { border-color: rgb(140,121,240); }

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