Html Css Color HEX #8F6EFD Light Slate Blue

📋 copy color: '#8F6EFD'

red 143 ◦ green 110 ◦ blue 253

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

Shades of Light Slate Blue #8F6EFD

Tints of Light Slate Blue #8F6EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.74%

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

R = 28.26%
G = 21.74%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F6EFD (or 0x8F6EFD) is known color: Light Slate Blue. HEX triplet: 8F, 6E and FD. RGB value is (143,110,253). Sum of RGB (Red+Green+Blue) = 143+110+253=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F6EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6EFD is #709102. Grayscale: #878787. Windows color (decimal): -7377155 or 16608911. OLE color: 16608911.

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

Color convert

RGB 143 110 253 -
CMYK 0.43 0.57 0 0.01
HSL 253.85º 0.97% 0.71% -
HSV(B) 253.85º 0.57% 0.99% -
XYZ 34.63 24.08 95.75 -
YUV 136.17 193.93 132.87 -
System Red Green Blue C M Y K H S L
Decimal 143 110 253 0.43 0.57 0 0.01 253.85 0.97 0.71
Hex 8F 6E FD 2B 39 0 1 FE 61 47
Octal 217 156 375 53 71 0 1 376 141 107
Binary 10001111 1101110 11111101 101011 111001 0 1 11111110 1100001 1000111

Color Harmonies of #8F6EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6EFD

Black with #8F6EFD

Text Example


Text Example

White with #8F6EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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