Html Css Color HEX #8F6AF3 Light Slate Blue

📋 copy color: '#8F6AF3'

red 143 ◦ green 106 ◦ blue 243

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

Shades of Light Slate Blue #8F6AF3

Tints of Light Slate Blue #8F6AF3

RGB

 RED value IS 143 (56.25% from 255) = 29.07%

 GREEN value IS 106 (41.8% from 255) = 21.54%

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

R = 29.07%
G = 21.54%
B = 49.39%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8F6AF3 (or 0x8F6AF3) is known color: Light Slate Blue. HEX triplet: 8F, 6A and F3. RGB value is (143,106,243). Sum of RGB (Red+Green+Blue) = 143+106+243=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 106 (41.80% from 255 or 21.54% 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 #8F6AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6AF3 is #70950C. Grayscale: #848484. Windows color (decimal): -7378189 or 15952527. OLE color: 15952527.

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

Color convert

RGB 143 106 243 -
CMYK 0.41 0.56 0 0.05
HSL 256.2º 0.85% 0.68% -
HSV(B) 256.2º 0.56% 0.95% -
XYZ 32.66 22.62 87.44 -
YUV 132.68 190.26 135.36 -
System Red Green Blue C M Y K H S L
Decimal 143 106 243 0.41 0.56 0 0.05 256.2 0.85 0.68
Hex 8F 6A F3 29 38 0 5 100 55 44
Octal 217 152 363 51 70 0 5 400 125 104
Binary 10001111 1101010 11110011 101001 111000 0 101 100000000 1010101 1000100

Color Harmonies of #8F6AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6AF3

Black with #8F6AF3

Text Example


Text Example

White with #8F6AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,106,243); }

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

background-color css

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

 a { background-color: rgb(143,106,243); }

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

border-color css

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

 span { border-color: rgb(143,106,243); }

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