Html Css Color HEX #8F71FA Light Slate Blue

📋 copy color: '#8F71FA'

red 143 ◦ green 113 ◦ blue 250

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

Shades of Light Slate Blue #8F71FA

Tints of Light Slate Blue #8F71FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 28.26%
G = 22.33%
B = 49.41%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F71FA (or 0x8F71FA) is known color: Light Slate Blue. HEX triplet: 8F, 71 and FA. RGB value is (143,113,250). Sum of RGB (Red+Green+Blue) = 143+113+250=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F71FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F71FA is #708E05. Grayscale: #898989. Windows color (decimal): -7376390 or 16413071. OLE color: 16413071.

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

Color convert

RGB 143 113 250 -
CMYK 0.43 0.55 0 0.02
HSL 253.14º 0.93% 0.71% -
HSV(B) 253.14º 0.55% 0.98% -
XYZ 34.49 24.55 93.36 -
YUV 137.59 191.44 131.86 -
System Red Green Blue C M Y K H S L
Decimal 143 113 250 0.43 0.55 0 0.02 253.14 0.93 0.71
Hex 8F 71 FA 2B 37 0 2 FD 5D 47
Octal 217 161 372 53 67 0 2 375 135 107
Binary 10001111 1110001 11111010 101011 110111 0 10 11111101 1011101 1000111

Color Harmonies of #8F71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F71FA

Black with #8F71FA

Text Example


Text Example

White with #8F71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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