Html Css Color HEX #8F73FE Light Slate Blue

📋 copy color: '#8F73FE'

red 143 ◦ green 115 ◦ blue 254

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

Shades of Light Slate Blue #8F73FE

Tints of Light Slate Blue #8F73FE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.46%

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 27.93%
G = 22.46%
B = 49.61%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8F73FE (or 0x8F73FE) is known color: Light Slate Blue. HEX triplet: 8F, 73 and FE. RGB value is (143,115,254). Sum of RGB (Red+Green+Blue) = 143+115+254=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F73FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F73FE is #708C01. Grayscale: #8A8A8A. Windows color (decimal): -7375874 or 16675727. OLE color: 16675727.

HSL color Cylindrical-coordinate representation of color #8F73FE: hue angle of 252.09º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F73FE is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 143 115 254 -
CMYK 0.44 0.55 0 0.00
HSL 252.09º 0.99% 0.72% -
HSV(B) 252.09º 0.55% 1% -
XYZ 35.35 25.26 96.78 -
YUV 139.22 192.78 130.7 -
System Red Green Blue C M Y K H S L
Decimal 143 115 254 0.44 0.55 0 0.00 252.09 0.99 0.72
Hex 8F 73 FE 2C 37 0 0 FC 63 48
Octal 217 163 376 54 67 0 0 374 143 110
Binary 10001111 1110011 11111110 101100 110111 0 0 11111100 1100011 1001000

Color Harmonies of #8F73FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F73FE

Black with #8F73FE

Text Example


Text Example

White with #8F73FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,115,254); }

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

background-color css

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

 a { background-color: rgb(143,115,254); }

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

border-color css

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

 span { border-color: rgb(143,115,254); }

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