Html Css Color HEX #8086FD Light Slate Blue

📋 copy color: '#8086FD'

red 128 ◦ green 134 ◦ blue 253

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

Shades of Light Slate Blue #8086FD

Tints of Light Slate Blue #8086FD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.02%

 BLUE value IS 253 (99.22% from 255) = 49.13%

R = 24.85%
G = 26.02%
B = 49.13%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8086FD (or 0x8086FD) is known color: Light Slate Blue. HEX triplet: 80, 86 and FD. RGB value is (128,134,253). Sum of RGB (Red+Green+Blue) = 128+134+253=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #8086FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8086FD is #7F7902. Grayscale: #919191. Windows color (decimal): -8354051 or 16615040. OLE color: 16615040.

HSL color Cylindrical-coordinate representation of color #8086FD: hue angle of 237.12º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8086FD is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 134 253 -
CMYK 0.49 0.47 0 0.01
HSL 237.12º 0.97% 0.75% -
HSV(B) 237.12º 0.49% 0.99% -
XYZ 35.16 28.73 96.62 -
YUV 145.77 188.51 115.32 -
System Red Green Blue C M Y K H S L
Decimal 128 134 253 0.49 0.47 0 0.01 237.12 0.97 0.75
Hex 80 86 FD 31 2F 0 1 ED 61 4B
Octal 200 206 375 61 57 0 1 355 141 113
Binary 10000000 10000110 11111101 110001 101111 0 1 11101101 1100001 1001011

Color Harmonies of #8086FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8086FD

Black with #8086FD

Text Example


Text Example

White with #8086FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8086FD; }

 p { color: rgb(128,134,253); }

 H1.HeaderClassName
 {
   color: #8086FD;
 }
 .AnyTagClassName
 {
   color: #8086FD;
 }
</style>

background-color css

<style>
 a { background-color: #8086FD; }

 a { background-color: rgb(128,134,253); }

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

border-color css

<style>
 span { border-color: #8086FD; }

 span { border-color: rgb(128,134,253); }

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