Html Css Color HEX #8B80FF Light Slate Blue

📋 copy color: '#8B80FF'

red 139 ◦ green 128 ◦ blue 255

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

Shades of Light Slate Blue #8B80FF

Tints of Light Slate Blue #8B80FF

RGB

 RED value IS 139 (54.69% from 255) = 26.63%

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

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

R = 26.63%
G = 24.52%
B = 48.85%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8B80FF (or 0x8B80FF) is known color: Light Slate Blue. HEX triplet: 8B, 80 and FF. RGB value is (139,128,255). Sum of RGB (Red+Green+Blue) = 139+128+255=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B80FF is #747F00. Grayscale: #919191. Windows color (decimal): -7634689 or 16744587. OLE color: 16744587.

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

Color convert

RGB 139 128 255 -
CMYK 0.45 0.50 0 0
HSL 245.2º 1% 0.75% -
HSV(B) 245.2º 0.5% 1% -
XYZ 36.42 28.15 98.12 -
YUV 145.77 189.64 123.17 -
System Red Green Blue C M Y K H S L
Decimal 139 128 255 0.45 0.50 0 0 245.2 1 0.75
Hex 8B 80 FF 2D 32 0 0 F5 64 4B
Octal 213 200 377 55 62 0 0 365 144 113
Binary 10001011 10000000 11111111 101101 110010 0 0 11110101 1100100 1001011

Color Harmonies of #8B80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B80FF

Black with #8B80FF

Text Example


Text Example

White with #8B80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B80FF; }

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

 H1.HeaderClassName
 {
   color: #8B80FF;
 }
 .AnyTagClassName
 {
   color: #8B80FF;
 }
</style>

background-color css

<style>
 a { background-color: #8B80FF; }

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

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

border-color css

<style>
 span { border-color: #8B80FF; }

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

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