Html Css Color HEX #8F77FC Light Slate Blue

📋 copy color: '#8F77FC'

red 143 ◦ green 119 ◦ blue 252

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

Shades of Light Slate Blue #8F77FC

Tints of Light Slate Blue #8F77FC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.15%

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 27.82%
G = 23.15%
B = 49.03%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F77FC (or 0x8F77FC) is known color: Light Slate Blue. HEX triplet: 8F, 77 and FC. RGB value is (143,119,252). Sum of RGB (Red+Green+Blue) = 143+119+252=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F77FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F77FC is #708803. Grayscale: #8C8C8C. Windows color (decimal): -7374852 or 16545679. OLE color: 16545679.

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

Color convert

RGB 143 119 252 -
CMYK 0.43 0.53 0 0.01
HSL 250.83º 0.96% 0.73% -
HSV(B) 250.83º 0.53% 0.99% -
XYZ 35.5 26.06 95.26 -
YUV 141.34 190.45 129.19 -
System Red Green Blue C M Y K H S L
Decimal 143 119 252 0.43 0.53 0 0.01 250.83 0.96 0.73
Hex 8F 77 FC 2B 35 0 1 FB 60 49
Octal 217 167 374 53 65 0 1 373 140 111
Binary 10001111 1110111 11111100 101011 110101 0 1 11111011 1100000 1001001

Color Harmonies of #8F77FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F77FC

Black with #8F77FC

Text Example


Text Example

White with #8F77FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,119,252); }

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

background-color css

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

 a { background-color: rgb(143,119,252); }

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

border-color css

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

 span { border-color: rgb(143,119,252); }

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