Html Css Color HEX #8C73F6 Light Slate Blue

📋 copy color: '#8C73F6'

red 140 ◦ green 115 ◦ blue 246

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

Shades of Light Slate Blue #8C73F6

Tints of Light Slate Blue #8C73F6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.95%

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

R = 27.94%
G = 22.95%
B = 49.1%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8C73F6 (or 0x8C73F6) is known color: Light Slate Blue. HEX triplet: 8C, 73 and F6. RGB value is (140,115,246). Sum of RGB (Red+Green+Blue) = 140+115+246=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #8C73F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C73F6 is #738C09. Grayscale: #888888. Windows color (decimal): -7572490 or 16151436. OLE color: 16151436.

HSL color Cylindrical-coordinate representation of color #8C73F6: hue angle of 251.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C73F6 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 140 115 246 -
CMYK 0.43 0.53 0 0.04
HSL 251.45º 0.88% 0.71% -
HSV(B) 251.45º 0.53% 0.96% -
XYZ 33.58 24.49 90.15 -
YUV 137.41 189.28 129.85 -
System Red Green Blue C M Y K H S L
Decimal 140 115 246 0.43 0.53 0 0.04 251.45 0.88 0.71
Hex 8C 73 F6 2B 35 0 4 FB 58 47
Octal 214 163 366 53 65 0 4 373 130 107
Binary 10001100 1110011 11110110 101011 110101 0 100 11111011 1011000 1000111

Color Harmonies of #8C73F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C73F6

Black with #8C73F6

Text Example


Text Example

White with #8C73F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,115,246); }

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

background-color css

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

 a { background-color: rgb(140,115,246); }

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

border-color css

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

 span { border-color: rgb(140,115,246); }

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