Html Css Color HEX #8080FB Light Slate Blue

📋 copy color: '#8080FB'

red 128 ◦ green 128 ◦ blue 251

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

Shades of Light Slate Blue #8080FB

Tints of Light Slate Blue #8080FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 25.25%
G = 25.25%
B = 49.51%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8080FB (or 0x8080FB) is known color: Light Slate Blue. HEX triplet: 80, 80 and FB. RGB value is (128,128,251). Sum of RGB (Red+Green+Blue) = 128+128+251=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #8080FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8080FB is #7F7F04. Grayscale: #8D8D8D. Windows color (decimal): -8355589 or 16482432. OLE color: 16482432.

HSL color Cylindrical-coordinate representation of color #8080FB: hue angle of 240º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8080FB is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 128 251 -
CMYK 0.49 0.49 0 0.02
HSL 240º 0.94% 0.74% -
HSV(B) 240º 0.49% 0.98% -
XYZ 34.03 26.99 94.68 -
YUV 142.02 189.5 118 -
System Red Green Blue C M Y K H S L
Decimal 128 128 251 0.49 0.49 0 0.02 240 0.94 0.74
Hex 80 80 FB 31 31 0 2 F0 5E 4A
Octal 200 200 373 61 61 0 2 360 136 112
Binary 10000000 10000000 11111011 110001 110001 0 10 11110000 1011110 1001010

Color Harmonies of #8080FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8080FB

Black with #8080FB

Text Example


Text Example

White with #8080FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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