Html Css Color HEX #8F83F6 Light Slate Blue

📋 copy color: '#8F83F6'

red 143 ◦ green 131 ◦ blue 246

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

Shades of Light Slate Blue #8F83F6

Tints of Light Slate Blue #8F83F6

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.19%

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

R = 27.5%
G = 25.19%
B = 47.31%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8F83F6 (or 0x8F83F6) is known color: Light Slate Blue. HEX triplet: 8F, 83 and F6. RGB value is (143,131,246). Sum of RGB (Red+Green+Blue) = 143+131+246=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #8F83F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F83F6 is #707C09. Grayscale: #939393. Windows color (decimal): -7371786 or 16155535. OLE color: 16155535.

HSL color Cylindrical-coordinate representation of color #8F83F6: hue angle of 246.26º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F83F6 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 131 246 -
CMYK 0.42 0.47 0 0.04
HSL 246.26º 0.86% 0.74% -
HSV(B) 246.26º 0.47% 0.96% -
XYZ 36.08 28.73 90.83 -
YUV 147.7 183.48 124.65 -
System Red Green Blue C M Y K H S L
Decimal 143 131 246 0.42 0.47 0 0.04 246.26 0.86 0.74
Hex 8F 83 F6 2A 2F 0 4 F6 56 4A
Octal 217 203 366 52 57 0 4 366 126 112
Binary 10001111 10000011 11110110 101010 101111 0 100 11110110 1010110 1001010

Color Harmonies of #8F83F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F83F6

Black with #8F83F6

Text Example


Text Example

White with #8F83F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,131,246); }

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

background-color css

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

 a { background-color: rgb(143,131,246); }

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

border-color css

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

 span { border-color: rgb(143,131,246); }

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