Html Css Color HEX #8487FE Light Slate Blue

📋 copy color: '#8487FE'

red 132 ◦ green 135 ◦ blue 254

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

Shades of Light Slate Blue #8487FE

Tints of Light Slate Blue #8487FE

RGB

 RED value IS 132 (51.95% from 255) = 25.34%

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

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

R = 25.34%
G = 25.91%
B = 48.75%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8487FE (or 0x8487FE) is known color: Light Slate Blue. HEX triplet: 84, 87 and FE. RGB value is (132,135,254). Sum of RGB (Red+Green+Blue) = 132+135+254=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #8487FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8487FE is #7B7801. Grayscale: #939393. Windows color (decimal): -8091650 or 16680836. OLE color: 16680836.

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

Color convert

RGB 132 135 254 -
CMYK 0.48 0.47 0 0.00
HSL 238.52º 0.98% 0.76% -
HSV(B) 238.52º 0.48% 1% -
XYZ 36.07 29.39 97.54 -
YUV 147.67 188.01 116.82 -
System Red Green Blue C M Y K H S L
Decimal 132 135 254 0.48 0.47 0 0.00 238.52 0.98 0.76
Hex 84 87 FE 30 2F 0 0 EF 62 4C
Octal 204 207 376 60 57 0 0 357 142 114
Binary 10000100 10000111 11111110 110000 101111 0 0 11101111 1100010 1001100

Color Harmonies of #8487FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8487FE

Black with #8487FE

Text Example


Text Example

White with #8487FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8487FE; }

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

 H1.HeaderClassName
 {
   color: #8487FE;
 }
 .AnyTagClassName
 {
   color: #8487FE;
 }
</style>

background-color css

<style>
 a { background-color: #8487FE; }

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

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

border-color css

<style>
 span { border-color: #8487FE; }

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

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