Html Css Color HEX #8387FE Light Slate Blue

📋 copy color: '#8387FE'

red 131 ◦ green 135 ◦ blue 254

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

Shades of Light Slate Blue #8387FE

Tints of Light Slate Blue #8387FE

RGB

 RED value IS 131 (51.56% from 255) = 25.19%

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

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

R = 25.19%
G = 25.96%
B = 48.85%

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

#8387FE (or 0x8387FE) is known color: Light Slate Blue. HEX triplet: 83, 87 and FE. RGB value is (131,135,254). Sum of RGB (Red+Green+Blue) = 131+135+254=520 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.19% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #8387FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8387FE is #7C7801. Grayscale: #929292. Windows color (decimal): -8157186 or 16680835. OLE color: 16680835.

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

Color convert

RGB 131 135 254 -
CMYK 0.48 0.47 0 0.00
HSL 238.05º 0.98% 0.75% -
HSV(B) 238.05º 0.48% 1% -
XYZ 35.91 29.31 97.53 -
YUV 147.37 188.17 116.32 -
System Red Green Blue C M Y K H S L
Decimal 131 135 254 0.48 0.47 0 0.00 238.05 0.98 0.75
Hex 83 87 FE 30 2F 0 0 EE 62 4B
Octal 203 207 376 60 57 0 0 356 142 113
Binary 10000011 10000111 11111110 110000 101111 0 0 11101110 1100010 1001011

Color Harmonies of #8387FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8387FE

Black with #8387FE

Text Example


Text Example

White with #8387FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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