Html Css Color HEX #8F73FD Light Slate Blue

📋 copy color: '#8F73FD'

red 143 ◦ green 115 ◦ blue 253

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

Shades of Light Slate Blue #8F73FD

Tints of Light Slate Blue #8F73FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.51%

R = 27.98%
G = 22.5%
B = 49.51%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F73FD (or 0x8F73FD) is known color: Light Slate Blue. HEX triplet: 8F, 73 and FD. RGB value is (143,115,253). Sum of RGB (Red+Green+Blue) = 143+115+253=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F73FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F73FD is #708C02. Grayscale: #8A8A8A. Windows color (decimal): -7375875 or 16610191. OLE color: 16610191.

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

Color convert

RGB 143 115 253 -
CMYK 0.43 0.55 0 0.01
HSL 252.17º 0.97% 0.72% -
HSV(B) 252.17º 0.55% 0.99% -
XYZ 35.19 25.19 95.94 -
YUV 139.1 192.28 130.78 -
System Red Green Blue C M Y K H S L
Decimal 143 115 253 0.43 0.55 0 0.01 252.17 0.97 0.72
Hex 8F 73 FD 2B 37 0 1 FC 61 48
Octal 217 163 375 53 67 0 1 374 141 110
Binary 10001111 1110011 11111101 101011 110111 0 1 11111100 1100001 1001000

Color Harmonies of #8F73FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F73FD

Black with #8F73FD

Text Example


Text Example

White with #8F73FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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