Html Css Color HEX #8087FF Light Slate Blue

📋 copy color: '#8087FF'

red 128 ◦ green 135 ◦ blue 255

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

Shades of Light Slate Blue #8087FF

Tints of Light Slate Blue #8087FF

RGB

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

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

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

R = 24.71%
G = 26.06%
B = 49.23%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8087FF (or 0x8087FF) is known color: Light Slate Blue. HEX triplet: 80, 87 and FF. RGB value is (128,135,255). Sum of RGB (Red+Green+Blue) = 128+135+255=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #8087FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8087FF is #7F7800. Grayscale: #929292. Windows color (decimal): -8353793 or 16746368. OLE color: 16746368.

HSL color Cylindrical-coordinate representation of color #8087FF: hue angle of 236.69º 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 #8087FF is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 135 255 -
CMYK 0.50 0.47 0 0
HSL 236.69º 1% 0.75% -
HSV(B) 236.69º 0.5% 1% -
XYZ 35.62 29.14 98.35 -
YUV 146.59 189.18 114.74 -
System Red Green Blue C M Y K H S L
Decimal 128 135 255 0.50 0.47 0 0 236.69 1 0.75
Hex 80 87 FF 32 2F 0 0 ED 64 4B
Octal 200 207 377 62 57 0 0 355 144 113
Binary 10000000 10000111 11111111 110010 101111 0 0 11101101 1100100 1001011

Color Harmonies of #8087FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8087FF

Black with #8087FF

Text Example


Text Example

White with #8087FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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