Html Css Color HEX #8A6FF1 Light Slate Blue

📋 copy color: '#8A6FF1'

red 138 ◦ green 111 ◦ blue 241

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

Shades of Light Slate Blue #8A6FF1

Tints of Light Slate Blue #8A6FF1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.65%

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

R = 28.16%
G = 22.65%
B = 49.18%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8A6FF1 (or 0x8A6FF1) is known color: Light Slate Blue. HEX triplet: 8A, 6F and F1. RGB value is (138,111,241). Sum of RGB (Red+Green+Blue) = 138+111+241=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #8A6FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6FF1 is #75900E. Grayscale: #858585. Windows color (decimal): -7704591 or 15822730. OLE color: 15822730.

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

Color convert

RGB 138 111 241 -
CMYK 0.43 0.54 0 0.05
HSL 252.46º 0.82% 0.69% -
HSV(B) 252.46º 0.54% 0.95% -
XYZ 32.04 23.12 85.99 -
YUV 133.89 188.45 130.93 -
System Red Green Blue C M Y K H S L
Decimal 138 111 241 0.43 0.54 0 0.05 252.46 0.82 0.69
Hex 8A 6F F1 2B 36 0 5 FC 52 45
Octal 212 157 361 53 66 0 5 374 122 105
Binary 10001010 1101111 11110001 101011 110110 0 101 11111100 1010010 1000101

Color Harmonies of #8A6FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6FF1

Black with #8A6FF1

Text Example


Text Example

White with #8A6FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,111,241); }

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

background-color css

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

 a { background-color: rgb(138,111,241); }

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

border-color css

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

 span { border-color: rgb(138,111,241); }

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