Html Css Color HEX #8F7FED Light Slate Blue

📋 copy color: '#8F7FED'

red 143 ◦ green 127 ◦ blue 237

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

Shades of Light Slate Blue #8F7FED

Tints of Light Slate Blue #8F7FED

RGB

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

 GREEN value IS 127 (50% from 255) = 25.05%

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 28.21%
G = 25.05%
B = 46.75%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F7FED (or 0x8F7FED) is known color: Light Slate Blue. HEX triplet: 8F, 7F and ED. RGB value is (143,127,237). Sum of RGB (Red+Green+Blue) = 143+127+237=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F7FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7FED is #708012. Grayscale: #8F8F8F. Windows color (decimal): -7372819 or 15564687. OLE color: 15564687.

HSL color Cylindrical-coordinate representation of color #8F7FED: hue angle of 248.73º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F7FED is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 127 237 -
CMYK 0.40 0.46 0 0.07
HSL 248.73º 0.75% 0.71% -
HSV(B) 248.73º 0.46% 0.93% -
XYZ 34.2 27.13 83.56 -
YUV 144.32 180.3 127.06 -
System Red Green Blue C M Y K H S L
Decimal 143 127 237 0.40 0.46 0 0.07 248.73 0.75 0.71
Hex 8F 7F ED 28 2E 0 7 F9 4B 47
Octal 217 177 355 50 56 0 7 371 113 107
Binary 10001111 1111111 11101101 101000 101110 0 111 11111001 1001011 1000111

Color Harmonies of #8F7FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7FED

Black with #8F7FED

Text Example


Text Example

White with #8F7FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,127,237); }

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

background-color css

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

 a { background-color: rgb(143,127,237); }

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

border-color css

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

 span { border-color: rgb(143,127,237); }

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