Html Css Color HEX #8F5FF5 Light Slate Blue

📋 copy color: '#8F5FF5'

red 143 ◦ green 95 ◦ blue 245

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

Shades of Light Slate Blue #8F5FF5

Tints of Light Slate Blue #8F5FF5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.67%

 BLUE value IS 245 (96.09% from 255) = 50.72%

R = 29.61%
G = 19.67%
B = 50.72%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8F5FF5 (or 0x8F5FF5) is known color: Light Slate Blue. HEX triplet: 8F, 5F and F5. RGB value is (143,95,245). Sum of RGB (Red+Green+Blue) = 143+95+245=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #8F5FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5FF5 is #70A00A. Grayscale: #7D7D7D. Windows color (decimal): -7381003 or 16080783. OLE color: 16080783.

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

Color convert

RGB 143 95 245 -
CMYK 0.42 0.61 0 0.04
HSL 259.2º 0.88% 0.67% -
HSV(B) 259.2º 0.61% 0.96% -
XYZ 31.9 20.62 88.68 -
YUV 126.45 194.9 139.8 -
System Red Green Blue C M Y K H S L
Decimal 143 95 245 0.42 0.61 0 0.04 259.2 0.88 0.67
Hex 8F 5F F5 2A 3D 0 4 103 58 43
Octal 217 137 365 52 75 0 4 403 130 103
Binary 10001111 1011111 11110101 101010 111101 0 100 100000011 1011000 1000011

Color Harmonies of #8F5FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5FF5

Black with #8F5FF5

Text Example


Text Example

White with #8F5FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,95,245); }

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

background-color css

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

 a { background-color: rgb(143,95,245); }

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

border-color css

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

 span { border-color: rgb(143,95,245); }

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