Html Css Color HEX #8F80FC Light Slate Blue

📋 copy color: '#8F80FC'

red 143 ◦ green 128 ◦ blue 252

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

Shades of Light Slate Blue #8F80FC

Tints of Light Slate Blue #8F80FC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.47%

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

R = 27.34%
G = 24.47%
B = 48.18%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F80FC (or 0x8F80FC) is known color: Light Slate Blue. HEX triplet: 8F, 80 and FC. RGB value is (143,128,252). Sum of RGB (Red+Green+Blue) = 143+128+252=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F80FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F80FC is #707F03. Grayscale: #929292. Windows color (decimal): -7372548 or 16547983. OLE color: 16547983.

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

Color convert

RGB 143 128 252 -
CMYK 0.43 0.49 0 0.01
HSL 247.26º 0.95% 0.75% -
HSV(B) 247.26º 0.49% 0.99% -
XYZ 36.62 28.31 95.63 -
YUV 146.62 187.47 125.42 -
System Red Green Blue C M Y K H S L
Decimal 143 128 252 0.43 0.49 0 0.01 247.26 0.95 0.75
Hex 8F 80 FC 2B 31 0 1 F7 5F 4B
Octal 217 200 374 53 61 0 1 367 137 113
Binary 10001111 10000000 11111100 101011 110001 0 1 11110111 1011111 1001011

Color Harmonies of #8F80FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F80FC

Black with #8F80FC

Text Example


Text Example

White with #8F80FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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