Html Css Color HEX #8A6AF6 Light Slate Blue

📋 copy color: '#8A6AF6'

red 138 ◦ green 106 ◦ blue 246

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

Shades of Light Slate Blue #8A6AF6

Tints of Light Slate Blue #8A6AF6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.63%

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

R = 28.16%
G = 21.63%
B = 50.2%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8A6AF6 (or 0x8A6AF6) is known color: Light Slate Blue. HEX triplet: 8A, 6A and F6. RGB value is (138,106,246). Sum of RGB (Red+Green+Blue) = 138+106+246=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #8A6AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6AF6 is #759509. Grayscale: #838383. Windows color (decimal): -7705866 or 16149130. OLE color: 16149130.

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

Color convert

RGB 138 106 246 -
CMYK 0.44 0.57 0 0.04
HSL 253.71º 0.89% 0.69% -
HSV(B) 253.71º 0.57% 0.96% -
XYZ 32.27 22.37 89.8 -
YUV 131.53 192.6 132.62 -
System Red Green Blue C M Y K H S L
Decimal 138 106 246 0.44 0.57 0 0.04 253.71 0.89 0.69
Hex 8A 6A F6 2C 39 0 4 FE 59 45
Octal 212 152 366 54 71 0 4 376 131 105
Binary 10001010 1101010 11110110 101100 111001 0 100 11111110 1011001 1000101

Color Harmonies of #8A6AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6AF6

Black with #8A6AF6

Text Example


Text Example

White with #8A6AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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