Html Css Color HEX #8E8AF6 Light Slate Blue

📋 copy color: '#8E8AF6'

red 142 ◦ green 138 ◦ blue 246

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

Shades of Light Slate Blue #8E8AF6

Tints of Light Slate Blue #8E8AF6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.24%

 BLUE value IS 246 (96.48% from 255) = 46.77%

R = 27%
G = 26.24%
B = 46.77%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8E8AF6 (or 0x8E8AF6) is known color: Light Slate Blue. HEX triplet: 8E, 8A and F6. RGB value is (142,138,246). Sum of RGB (Red+Green+Blue) = 142+138+246=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #8E8AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8AF6 is #717509. Grayscale: #979797. Windows color (decimal): -7435530 or 16157326. OLE color: 16157326.

HSL color Cylindrical-coordinate representation of color #8E8AF6: hue angle of 242.22º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E8AF6 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 142 138 246 -
CMYK 0.42 0.44 0 0.04
HSL 242.22º 0.86% 0.75% -
HSV(B) 242.22º 0.44% 0.96% -
XYZ 36.88 30.58 91.15 -
YUV 151.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 142 138 246 0.42 0.44 0 0.04 242.22 0.86 0.75
Hex 8E 8A F6 2A 2C 0 4 F2 56 4B
Octal 216 212 366 52 54 0 4 362 126 113
Binary 10001110 10001010 11110110 101010 101100 0 100 11110010 1010110 1001011

Color Harmonies of #8E8AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8AF6

Black with #8E8AF6

Text Example


Text Example

White with #8E8AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,138,246); }

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

background-color css

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

 a { background-color: rgb(142,138,246); }

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

border-color css

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

 span { border-color: rgb(142,138,246); }

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