Html Css Color HEX #8080FD Light Slate Blue

📋 copy color: '#8080FD'

red 128 ◦ green 128 ◦ blue 253

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

Shades of Light Slate Blue #8080FD

Tints of Light Slate Blue #8080FD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.15%

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

R = 25.15%
G = 25.15%
B = 49.71%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8080FD (or 0x8080FD) is known color: Light Slate Blue. HEX triplet: 80, 80 and FD. RGB value is (128,128,253). Sum of RGB (Red+Green+Blue) = 128+128+253=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #8080FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8080FD is #7F7F02. Grayscale: #8D8D8D. Windows color (decimal): -8355587 or 16613504. OLE color: 16613504.

HSL color Cylindrical-coordinate representation of color #8080FD: hue angle of 240º 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 #8080FD is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 128 253 -
CMYK 0.49 0.49 0 0.01
HSL 240º 0.97% 0.75% -
HSV(B) 240º 0.49% 0.99% -
XYZ 34.35 27.12 96.35 -
YUV 142.25 190.5 117.84 -
System Red Green Blue C M Y K H S L
Decimal 128 128 253 0.49 0.49 0 0.01 240 0.97 0.75
Hex 80 80 FD 31 31 0 1 F0 61 4B
Octal 200 200 375 61 61 0 1 360 141 113
Binary 10000000 10000000 11111101 110001 110001 0 1 11110000 1100001 1001011

Color Harmonies of #8080FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8080FD

Black with #8080FD

Text Example


Text Example

White with #8080FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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