Html Css Color HEX #8F86F9 Light Slate Blue

📋 copy color: '#8F86F9'

red 143 ◦ green 134 ◦ blue 249

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

Shades of Light Slate Blue #8F86F9

Tints of Light Slate Blue #8F86F9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.48%

 BLUE value IS 249 (97.66% from 255) = 47.34%

R = 27.19%
G = 25.48%
B = 47.34%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F86F9 (or 0x8F86F9) is known color: Light Slate Blue. HEX triplet: 8F, 86 and F9. RGB value is (143,134,249). Sum of RGB (Red+Green+Blue) = 143+134+249=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F86F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F86F9 is #707906. Grayscale: #959595. Windows color (decimal): -7371015 or 16352911. OLE color: 16352911.

HSL color Cylindrical-coordinate representation of color #8F86F9: hue angle of 244.7º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F86F9 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 134 249 -
CMYK 0.43 0.46 0 0.02
HSL 244.7º 0.91% 0.75% -
HSV(B) 244.7º 0.46% 0.98% -
XYZ 36.95 29.73 93.41 -
YUV 149.8 183.98 123.15 -
System Red Green Blue C M Y K H S L
Decimal 143 134 249 0.43 0.46 0 0.02 244.7 0.91 0.75
Hex 8F 86 F9 2B 2E 0 2 F5 5B 4B
Octal 217 206 371 53 56 0 2 365 133 113
Binary 10001111 10000110 11111001 101011 101110 0 10 11110101 1011011 1001011

Color Harmonies of #8F86F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F86F9

Black with #8F86F9

Text Example


Text Example

White with #8F86F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,134,249); }

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

background-color css

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

 a { background-color: rgb(143,134,249); }

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

border-color css

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

 span { border-color: rgb(143,134,249); }

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