Html Css Color HEX #8F73FB Light Slate Blue

📋 copy color: '#8F73FB'

red 143 ◦ green 115 ◦ blue 251

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

Shades of Light Slate Blue #8F73FB

Tints of Light Slate Blue #8F73FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 28.09%
G = 22.59%
B = 49.31%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F73FB (or 0x8F73FB) is known color: Light Slate Blue. HEX triplet: 8F, 73 and FB. RGB value is (143,115,251). Sum of RGB (Red+Green+Blue) = 143+115+251=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F73FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F73FB is #708C04. Grayscale: #8A8A8A. Windows color (decimal): -7375877 or 16479119. OLE color: 16479119.

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

Color convert

RGB 143 115 251 -
CMYK 0.43 0.54 0 0.02
HSL 252.35º 0.94% 0.72% -
HSV(B) 252.35º 0.54% 0.98% -
XYZ 34.87 25.07 94.27 -
YUV 138.88 191.28 130.94 -
System Red Green Blue C M Y K H S L
Decimal 143 115 251 0.43 0.54 0 0.02 252.35 0.94 0.72
Hex 8F 73 FB 2B 36 0 2 FC 5E 48
Octal 217 163 373 53 66 0 2 374 136 110
Binary 10001111 1110011 11111011 101011 110110 0 10 11111100 1011110 1001000

Color Harmonies of #8F73FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F73FB

Black with #8F73FB

Text Example


Text Example

White with #8F73FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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