Html Css Color HEX #8F70F2 Light Slate Blue

📋 copy color: '#8F70F2'

red 143 ◦ green 112 ◦ blue 242

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

Shades of Light Slate Blue #8F70F2

Tints of Light Slate Blue #8F70F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.69%

R = 28.77%
G = 22.54%
B = 48.69%

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

#8F70F2 (or 0x8F70F2) is known color: Light Slate Blue. HEX triplet: 8F, 70 and F2. RGB value is (143,112,242). Sum of RGB (Red+Green+Blue) = 143+112+242=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #8F70F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F70F2 is #708F0D. Grayscale: #878787. Windows color (decimal): -7376654 or 15888527. OLE color: 15888527.

HSL color Cylindrical-coordinate representation of color #8F70F2: hue angle of 254.31º degrees, saturation: 0.83, 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 #8F70F2 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 112 242 -
CMYK 0.41 0.54 0 0.05
HSL 254.31º 0.83% 0.69% -
HSV(B) 254.31º 0.54% 0.95% -
XYZ 33.15 23.84 86.86 -
YUV 136.09 187.77 132.93 -
System Red Green Blue C M Y K H S L
Decimal 143 112 242 0.41 0.54 0 0.05 254.31 0.83 0.69
Hex 8F 70 F2 29 36 0 5 FE 53 45
Octal 217 160 362 51 66 0 5 376 123 105
Binary 10001111 1110000 11110010 101001 110110 0 101 11111110 1010011 1000101

Color Harmonies of #8F70F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F70F2

Black with #8F70F2

Text Example


Text Example

White with #8F70F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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