Html Css Color HEX #8F80F1 Light Slate Blue

📋 copy color: '#8F80F1'

red 143 ◦ green 128 ◦ blue 241

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

Shades of Light Slate Blue #8F80F1

Tints of Light Slate Blue #8F80F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 27.93%
G = 25%
B = 47.07%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8F80F1 (or 0x8F80F1) is known color: Light Slate Blue. HEX triplet: 8F, 80 and F1. RGB value is (143,128,241). Sum of RGB (Red+Green+Blue) = 143+128+241=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F80F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F80F1 is #707F0E. Grayscale: #909090. Windows color (decimal): -7372559 or 15827087. OLE color: 15827087.

HSL color Cylindrical-coordinate representation of color #8F80F1: hue angle of 247.96º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F80F1 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 128 241 -
CMYK 0.41 0.47 0 0.05
HSL 247.96º 0.8% 0.72% -
HSV(B) 247.96º 0.47% 0.95% -
XYZ 34.92 27.63 86.71 -
YUV 145.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 143 128 241 0.41 0.47 0 0.05 247.96 0.8 0.72
Hex 8F 80 F1 29 2F 0 5 F8 50 48
Octal 217 200 361 51 57 0 5 370 120 110
Binary 10001111 10000000 11110001 101001 101111 0 101 11111000 1010000 1001000

Color Harmonies of #8F80F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F80F1

Black with #8F80F1

Text Example


Text Example

White with #8F80F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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