Html Css Color HEX #8060FF Light Slate Blue

📋 copy color: '#8060FF'

red 128 ◦ green 96 ◦ blue 255

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

Shades of Light Slate Blue #8060FF

Tints of Light Slate Blue #8060FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.04%

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

R = 26.72%
G = 20.04%
B = 53.24%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8060FF (or 0x8060FF) is known color: Light Slate Blue. HEX triplet: 80, 60 and FF. RGB value is (128,96,255). Sum of RGB (Red+Green+Blue) = 128+96+255=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #8060FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8060FF is #7F9F00. Grayscale: #7B7B7B. Windows color (decimal): -8363777 or 16736384. OLE color: 16736384.

HSL color Cylindrical-coordinate representation of color #8060FF: hue angle of 252.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8060FF is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 96 255 -
CMYK 0.50 0.62 0 0
HSL 252.08º 1% 0.69% -
HSV(B) 252.08º 0.62% 1% -
XYZ 31.13 20.17 96.86 -
YUV 123.69 202.1 131.07 -
System Red Green Blue C M Y K H S L
Decimal 128 96 255 0.50 0.62 0 0 252.08 1 0.69
Hex 80 60 FF 32 3E 0 0 FC 64 45
Octal 200 140 377 62 76 0 0 374 144 105
Binary 10000000 1100000 11111111 110010 111110 0 0 11111100 1100100 1000101

Color Harmonies of #8060FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8060FF

Black with #8060FF

Text Example


Text Example

White with #8060FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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