Html Css Color HEX #8A87FE Light Slate Blue

📋 copy color: '#8A87FE'

red 138 ◦ green 135 ◦ blue 254

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

Shades of Light Slate Blue #8A87FE

Tints of Light Slate Blue #8A87FE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.62%

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 26.19%
G = 25.62%
B = 48.2%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8A87FE (or 0x8A87FE) is known color: Light Slate Blue. HEX triplet: 8A, 87 and FE. RGB value is (138,135,254). Sum of RGB (Red+Green+Blue) = 138+135+254=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A87FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A87FE is #757801. Grayscale: #949494. Windows color (decimal): -7698434 or 16680842. OLE color: 16680842.

HSL color Cylindrical-coordinate representation of color #8A87FE: hue angle of 241.51º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A87FE is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 135 254 -
CMYK 0.46 0.47 0 0.00
HSL 241.51º 0.98% 0.76% -
HSV(B) 241.51º 0.47% 1% -
XYZ 37.03 29.89 97.58 -
YUV 149.46 186.99 119.82 -
System Red Green Blue C M Y K H S L
Decimal 138 135 254 0.46 0.47 0 0.00 241.51 0.98 0.76
Hex 8A 87 FE 2E 2F 0 0 F2 62 4C
Octal 212 207 376 56 57 0 0 362 142 114
Binary 10001010 10000111 11111110 101110 101111 0 0 11110010 1100010 1001100

Color Harmonies of #8A87FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A87FE

Black with #8A87FE

Text Example


Text Example

White with #8A87FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,135,254); }

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

background-color css

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

 a { background-color: rgb(138,135,254); }

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

border-color css

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

 span { border-color: rgb(138,135,254); }

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