Html Css Color HEX #8087FE Light Slate Blue

📋 copy color: '#8087FE'

red 128 ◦ green 135 ◦ blue 254

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

Shades of Light Slate Blue #8087FE

Tints of Light Slate Blue #8087FE

RGB

 RED value IS 128 (50.39% from 255) = 24.76%

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

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

R = 24.76%
G = 26.11%
B = 49.13%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8087FE (or 0x8087FE) is known color: Light Slate Blue. HEX triplet: 80, 87 and FE. RGB value is (128,135,254). Sum of RGB (Red+Green+Blue) = 128+135+254=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #8087FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8087FE is #7F7801. Grayscale: #919191. Windows color (decimal): -8353794 or 16680832. OLE color: 16680832.

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

Color convert

RGB 128 135 254 -
CMYK 0.50 0.47 0 0.00
HSL 236.67º 0.98% 0.75% -
HSV(B) 236.67º 0.5% 1% -
XYZ 35.46 29.07 97.51 -
YUV 146.47 188.68 114.82 -
System Red Green Blue C M Y K H S L
Decimal 128 135 254 0.50 0.47 0 0.00 236.67 0.98 0.75
Hex 80 87 FE 32 2F 0 0 ED 62 4B
Octal 200 207 376 62 57 0 0 355 142 113
Binary 10000000 10000111 11111110 110010 101111 0 0 11101101 1100010 1001011

Color Harmonies of #8087FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8087FE

Black with #8087FE

Text Example


Text Example

White with #8087FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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