Html Css Color HEX #8F71FF Light Slate Blue

📋 copy color: '#8F71FF'

red 143 ◦ green 113 ◦ blue 255

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

Shades of Light Slate Blue #8F71FF

Tints of Light Slate Blue #8F71FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.11%

 BLUE value IS 255 (100% from 255) = 49.9%

R = 27.98%
G = 22.11%
B = 49.9%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8F71FF (or 0x8F71FF) is known color: Light Slate Blue. HEX triplet: 8F, 71 and FF. RGB value is (143,113,255). Sum of RGB (Red+Green+Blue) = 143+113+255=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F71FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F71FF is #708E00. Grayscale: #898989. Windows color (decimal): -7376385 or 16740751. OLE color: 16740751.

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

Color convert

RGB 143 113 255 -
CMYK 0.44 0.56 0 0
HSL 252.68º 1% 0.72% -
HSV(B) 252.68º 0.56% 1% -
XYZ 35.28 24.87 97.55 -
YUV 138.16 193.94 131.45 -
System Red Green Blue C M Y K H S L
Decimal 143 113 255 0.44 0.56 0 0 252.68 1 0.72
Hex 8F 71 FF 2C 38 0 0 FD 64 48
Octal 217 161 377 54 70 0 0 375 144 110
Binary 10001111 1110001 11111111 101100 111000 0 0 11111101 1100100 1001000

Color Harmonies of #8F71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F71FF

Black with #8F71FF

Text Example


Text Example

White with #8F71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,113,255); }

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

background-color css

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

 a { background-color: rgb(143,113,255); }

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

border-color css

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

 span { border-color: rgb(143,113,255); }

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