Html Css Color HEX #8E69F7 Light Slate Blue

📋 copy color: '#8E69F7'

red 142 ◦ green 105 ◦ blue 247

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

Shades of Light Slate Blue #8E69F7

Tints of Light Slate Blue #8E69F7

RGB

 RED value IS 142 (55.86% from 255) = 28.74%

 GREEN value IS 105 (41.41% from 255) = 21.26%

 BLUE value IS 247 (96.88% from 255) = 50%

R = 28.74%
G = 21.26%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8E69F7 (or 0x8E69F7) is known color: Light Slate Blue. HEX triplet: 8E, 69 and F7. RGB value is (142,105,247). Sum of RGB (Red+Green+Blue) = 142+105+247=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #8E69F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E69F7 is #719608. Grayscale: #838383. Windows color (decimal): -7443977 or 16214414. OLE color: 16214414.

HSL color Cylindrical-coordinate representation of color #8E69F7: hue angle of 255.63º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E69F7 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 142 105 247 -
CMYK 0.43 0.57 0 0.03
HSL 255.63º 0.9% 0.69% -
HSV(B) 255.63º 0.57% 0.97% -
XYZ 33 22.57 90.61 -
YUV 132.25 192.76 134.95 -
System Red Green Blue C M Y K H S L
Decimal 142 105 247 0.43 0.57 0 0.03 255.63 0.9 0.69
Hex 8E 69 F7 2B 39 0 3 100 5A 45
Octal 216 151 367 53 71 0 3 400 132 105
Binary 10001110 1101001 11110111 101011 111001 0 11 100000000 1011010 1000101

Color Harmonies of #8E69F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E69F7

Black with #8E69F7

Text Example


Text Example

White with #8E69F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,105,247); }

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

background-color css

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

 a { background-color: rgb(142,105,247); }

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

border-color css

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

 span { border-color: rgb(142,105,247); }

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