Html Css Color HEX #8F55FD Light Slate Blue

📋 copy color: '#8F55FD'

red 143 ◦ green 85 ◦ blue 253

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

Shades of Light Slate Blue #8F55FD

Tints of Light Slate Blue #8F55FD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.67%

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

R = 29.73%
G = 17.67%
B = 52.6%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F55FD (or 0x8F55FD) is known color: Light Slate Blue. HEX triplet: 8F, 55 and FD. RGB value is (143,85,253). Sum of RGB (Red+Green+Blue) = 143+85+253=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F55FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F55FD is #70AA02. Grayscale: #787878. Windows color (decimal): -7383555 or 16602511. OLE color: 16602511.

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

Color convert

RGB 143 85 253 -
CMYK 0.43 0.66 0 0.01
HSL 260.71º 0.98% 0.66% -
HSV(B) 260.71º 0.66% 0.99% -
XYZ 32.31 19.43 94.98 -
YUV 121.49 202.22 143.34 -
System Red Green Blue C M Y K H S L
Decimal 143 85 253 0.43 0.66 0 0.01 260.71 0.98 0.66
Hex 8F 55 FD 2B 42 0 1 105 62 42
Octal 217 125 375 53 102 0 1 405 142 102
Binary 10001111 1010101 11111101 101011 1000010 0 1 100000101 1100010 1000010

Color Harmonies of #8F55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F55FD

Black with #8F55FD

Text Example


Text Example

White with #8F55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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