Html Css Color HEX #8F5BFA Light Slate Blue

📋 copy color: '#8F5BFA'

red 143 ◦ green 91 ◦ blue 250

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

Shades of Light Slate Blue #8F5BFA

Tints of Light Slate Blue #8F5BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.8%

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

R = 29.55%
G = 18.8%
B = 51.65%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F5BFA (or 0x8F5BFA) is known color: Light Slate Blue. HEX triplet: 8F, 5B and FA. RGB value is (143,91,250). Sum of RGB (Red+Green+Blue) = 143+91+250=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F5BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5BFA is #70A405. Grayscale: #7C7C7C. Windows color (decimal): -7382022 or 16407439. OLE color: 16407439.

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

Color convert

RGB 143 91 250 -
CMYK 0.43 0.64 0 0.02
HSL 259.62º 0.94% 0.67% -
HSV(B) 259.62º 0.64% 0.98% -
XYZ 32.32 20.22 92.64 -
YUV 124.67 198.73 141.07 -
System Red Green Blue C M Y K H S L
Decimal 143 91 250 0.43 0.64 0 0.02 259.62 0.94 0.67
Hex 8F 5B FA 2B 40 0 2 104 5E 43
Octal 217 133 372 53 100 0 2 404 136 103
Binary 10001111 1011011 11111010 101011 1000000 0 10 100000100 1011110 1000011

Color Harmonies of #8F5BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5BFA

Black with #8F5BFA

Text Example


Text Example

White with #8F5BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,91,250); }

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

background-color css

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

 a { background-color: rgb(143,91,250); }

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

border-color css

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

 span { border-color: rgb(143,91,250); }

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