Html Css Color HEX #8C6DF3 Light Slate Blue

📋 copy color: '#8C6DF3'

red 140 ◦ green 109 ◦ blue 243

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

Shades of Light Slate Blue #8C6DF3

Tints of Light Slate Blue #8C6DF3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.15%

 BLUE value IS 243 (95.31% from 255) = 49.39%

R = 28.46%
G = 22.15%
B = 49.39%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8C6DF3 (or 0x8C6DF3) is known color: Light Slate Blue. HEX triplet: 8C, 6D and F3. RGB value is (140,109,243). Sum of RGB (Red+Green+Blue) = 140+109+243=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #8C6DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6DF3 is #73920C. Grayscale: #858585. Windows color (decimal): -7574029 or 15953292. OLE color: 15953292.

HSL color Cylindrical-coordinate representation of color #8C6DF3: hue angle of 253.88º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C6DF3 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 109 243 -
CMYK 0.42 0.55 0 0.05
HSL 253.88º 0.85% 0.69% -
HSV(B) 253.88º 0.55% 0.95% -
XYZ 32.46 22.98 87.52 -
YUV 133.55 189.77 132.6 -
System Red Green Blue C M Y K H S L
Decimal 140 109 243 0.42 0.55 0 0.05 253.88 0.85 0.69
Hex 8C 6D F3 2A 37 0 5 FE 55 45
Octal 214 155 363 52 67 0 5 376 125 105
Binary 10001100 1101101 11110011 101010 110111 0 101 11111110 1010101 1000101

Color Harmonies of #8C6DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6DF3

Black with #8C6DF3

Text Example


Text Example

White with #8C6DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,109,243); }

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

background-color css

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

 a { background-color: rgb(140,109,243); }

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

border-color css

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

 span { border-color: rgb(140,109,243); }

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