Html Css Color HEX #8C6FFA Light Slate Blue

📋 copy color: '#8C6FFA'

red 140 ◦ green 111 ◦ blue 250

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

Shades of Light Slate Blue #8C6FFA

Tints of Light Slate Blue #8C6FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.16%

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 27.94%
G = 22.16%
B = 49.9%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8C6FFA (or 0x8C6FFA) is known color: Light Slate Blue. HEX triplet: 8C, 6F and FA. RGB value is (140,111,250). Sum of RGB (Red+Green+Blue) = 140+111+250=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C6FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6FFA is #739005. Grayscale: #868686. Windows color (decimal): -7573510 or 16412556. OLE color: 16412556.

HSL color Cylindrical-coordinate representation of color #8C6FFA: hue angle of 252.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C6FFA is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 111 250 -
CMYK 0.44 0.56 0 0.02
HSL 252.52º 0.93% 0.71% -
HSV(B) 252.52º 0.56% 0.98% -
XYZ 33.75 23.85 93.27 -
YUV 135.52 192.61 131.2 -
System Red Green Blue C M Y K H S L
Decimal 140 111 250 0.44 0.56 0 0.02 252.52 0.93 0.71
Hex 8C 6F FA 2C 38 0 2 FD 5D 47
Octal 214 157 372 54 70 0 2 375 135 107
Binary 10001100 1101111 11111010 101100 111000 0 10 11111101 1011101 1000111

Color Harmonies of #8C6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6FFA

Black with #8C6FFA

Text Example


Text Example

White with #8C6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,111,250); }

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

background-color css

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

 a { background-color: rgb(140,111,250); }

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

border-color css

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

 span { border-color: rgb(140,111,250); }

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