Html Css Color HEX #8F70F1 Light Slate Blue

📋 copy color: '#8F70F1'

red 143 ◦ green 112 ◦ blue 241

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

Shades of Light Slate Blue #8F70F1

Tints of Light Slate Blue #8F70F1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.58%

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

R = 28.83%
G = 22.58%
B = 48.59%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8F70F1 (or 0x8F70F1) is known color: Light Slate Blue. HEX triplet: 8F, 70 and F1. RGB value is (143,112,241). Sum of RGB (Red+Green+Blue) = 143+112+241=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F70F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F70F1 is #708F0E. Grayscale: #878787. Windows color (decimal): -7376655 or 15822991. OLE color: 15822991.

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

Color convert

RGB 143 112 241 -
CMYK 0.41 0.54 0 0.05
HSL 254.42º 0.82% 0.69% -
HSV(B) 254.42º 0.54% 0.95% -
XYZ 33 23.78 86.07 -
YUV 135.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 143 112 241 0.41 0.54 0 0.05 254.42 0.82 0.69
Hex 8F 70 F1 29 36 0 5 FE 52 45
Octal 217 160 361 51 66 0 5 376 122 105
Binary 10001111 1110000 11110001 101001 110110 0 101 11111110 1010010 1000101

Color Harmonies of #8F70F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F70F1

Black with #8F70F1

Text Example


Text Example

White with #8F70F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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