Html Css Color HEX #8A6EF8 Light Slate Blue

📋 copy color: '#8A6EF8'

red 138 ◦ green 110 ◦ blue 248

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

Shades of Light Slate Blue #8A6EF8

Tints of Light Slate Blue #8A6EF8

RGB

 RED value IS 138 (54.3% from 255) = 27.82%

 GREEN value IS 110 (43.36% from 255) = 22.18%

 BLUE value IS 248 (97.27% from 255) = 50%

R = 27.82%
G = 22.18%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8A6EF8 (or 0x8A6EF8) is known color: Light Slate Blue. HEX triplet: 8A, 6E and F8. RGB value is (138,110,248). Sum of RGB (Red+Green+Blue) = 138+110+248=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #8A6EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6EF8 is #759107. Grayscale: #858585. Windows color (decimal): -7704840 or 16281226. OLE color: 16281226.

HSL color Cylindrical-coordinate representation of color #8A6EF8: hue angle of 252.17º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A6EF8 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 138 110 248 -
CMYK 0.44 0.56 0 0.03
HSL 252.17º 0.91% 0.7% -
HSV(B) 252.17º 0.56% 0.97% -
XYZ 33 23.33 91.57 -
YUV 134.1 192.28 130.78 -
System Red Green Blue C M Y K H S L
Decimal 138 110 248 0.44 0.56 0 0.03 252.17 0.91 0.7
Hex 8A 6E F8 2C 38 0 3 FC 5B 46
Octal 212 156 370 54 70 0 3 374 133 106
Binary 10001010 1101110 11111000 101100 111000 0 11 11111100 1011011 1000110

Color Harmonies of #8A6EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6EF8

Black with #8A6EF8

Text Example


Text Example

White with #8A6EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,110,248); }

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

background-color css

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

 a { background-color: rgb(138,110,248); }

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

border-color css

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

 span { border-color: rgb(138,110,248); }

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