Html Css Color HEX #8A6FFD Light Slate Blue

📋 copy color: '#8A6FFD'

red 138 ◦ green 111 ◦ blue 253

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

Shades of Light Slate Blue #8A6FFD

Tints of Light Slate Blue #8A6FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 27.49%
G = 22.11%
B = 50.4%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8A6FFD (or 0x8A6FFD) is known color: Light Slate Blue. HEX triplet: 8A, 6F and FD. RGB value is (138,111,253). Sum of RGB (Red+Green+Blue) = 138+111+253=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A6FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6FFD is #759002. Grayscale: #868686. Windows color (decimal): -7704579 or 16609162. OLE color: 16609162.

HSL color Cylindrical-coordinate representation of color #8A6FFD: hue angle of 251.41º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A6FFD is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 111 253 -
CMYK 0.45 0.56 0 0.01
HSL 251.41º 0.97% 0.71% -
HSV(B) 251.41º 0.56% 0.99% -
XYZ 33.9 23.86 95.75 -
YUV 135.26 194.45 129.95 -
System Red Green Blue C M Y K H S L
Decimal 138 111 253 0.45 0.56 0 0.01 251.41 0.97 0.71
Hex 8A 6F FD 2D 38 0 1 FB 61 47
Octal 212 157 375 55 70 0 1 373 141 107
Binary 10001010 1101111 11111101 101101 111000 0 1 11111011 1100001 1000111

Color Harmonies of #8A6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6FFD

Black with #8A6FFD

Text Example


Text Example

White with #8A6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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