Html Css Color HEX #8F55FA Light Slate Blue

📋 copy color: '#8F55FA'

red 143 ◦ green 85 ◦ blue 250

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

Shades of Light Slate Blue #8F55FA

Tints of Light Slate Blue #8F55FA

RGB

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

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

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

R = 29.92%
G = 17.78%
B = 52.3%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F55FA (or 0x8F55FA) is known color: Light Slate Blue. HEX triplet: 8F, 55 and FA. RGB value is (143,85,250). Sum of RGB (Red+Green+Blue) = 143+85+250=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F55FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F55FA is #70AA05. Grayscale: #787878. Windows color (decimal): -7383558 or 16405903. OLE color: 16405903.

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

Color convert

RGB 143 85 250 -
CMYK 0.43 0.66 0 0.02
HSL 261.09º 0.94% 0.66% -
HSV(B) 261.09º 0.66% 0.98% -
XYZ 31.83 19.24 92.48 -
YUV 121.15 200.72 143.58 -
System Red Green Blue C M Y K H S L
Decimal 143 85 250 0.43 0.66 0 0.02 261.09 0.94 0.66
Hex 8F 55 FA 2B 42 0 2 105 5E 42
Octal 217 125 372 53 102 0 2 405 136 102
Binary 10001111 1010101 11111010 101011 1000010 0 10 100000101 1011110 1000010

Color Harmonies of #8F55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F55FA

Black with #8F55FA

Text Example


Text Example

White with #8F55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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