Html Css Color HEX #8068FF Light Slate Blue

📋 copy color: '#8068FF'

red 128 ◦ green 104 ◦ blue 255

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

Shades of Light Slate Blue #8068FF

Tints of Light Slate Blue #8068FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.36%

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

R = 26.28%
G = 21.36%
B = 52.36%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8068FF (or 0x8068FF) is known color: Light Slate Blue. HEX triplet: 80, 68 and FF. RGB value is (128,104,255). Sum of RGB (Red+Green+Blue) = 128+104+255=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #8068FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8068FF is #7F9700. Grayscale: #7F7F7F. Windows color (decimal): -8361729 or 16738432. OLE color: 16738432.

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

Color convert

RGB 128 104 255 -
CMYK 0.50 0.59 0 0
HSL 249.54º 1% 0.7% -
HSV(B) 249.54º 0.59% 1% -
XYZ 31.9 21.71 97.12 -
YUV 128.39 199.45 127.72 -
System Red Green Blue C M Y K H S L
Decimal 128 104 255 0.50 0.59 0 0 249.54 1 0.7
Hex 80 68 FF 32 3B 0 0 FA 64 46
Octal 200 150 377 62 73 0 0 372 144 106
Binary 10000000 1101000 11111111 110010 111011 0 0 11111010 1100100 1000110

Color Harmonies of #8068FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8068FF

Black with #8068FF

Text Example


Text Example

White with #8068FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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