Html Css Color HEX #8A7FFF Light Slate Blue

📋 copy color: '#8A7FFF'

red 138 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #8A7FFF

Tints of Light Slate Blue #8A7FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 24.42%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 26.54%
G = 24.42%
B = 49.04%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8A7FFF (or 0x8A7FFF) is known color: Light Slate Blue. HEX triplet: 8A, 7F and FF. RGB value is (138,127,255). Sum of RGB (Red+Green+Blue) = 138+127+255=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7FFF is #758000. Grayscale: #909090. Windows color (decimal): -7700481 or 16744330. OLE color: 16744330.

HSL color Cylindrical-coordinate representation of color #8A7FFF: hue angle of 245.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A7FFF is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 127 255 -
CMYK 0.46 0.50 0 0
HSL 245.16º 1% 0.75% -
HSV(B) 245.16º 0.5% 1% -
XYZ 36.12 27.8 98.07 -
YUV 144.88 190.14 123.09 -
System Red Green Blue C M Y K H S L
Decimal 138 127 255 0.46 0.50 0 0 245.16 1 0.75
Hex 8A 7F FF 2E 32 0 0 F5 64 4B
Octal 212 177 377 56 62 0 0 365 144 113
Binary 10001010 1111111 11111111 101110 110010 0 0 11110101 1100100 1001011

Color Harmonies of #8A7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7FFF

Black with #8A7FFF

Text Example


Text Example

White with #8A7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,127,255); }

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

background-color css

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

 a { background-color: rgb(138,127,255); }

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

border-color css

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

 span { border-color: rgb(138,127,255); }

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