Html Css Color HEX #8064FF Light Slate Blue

📋 copy color: '#8064FF'

red 128 ◦ green 100 ◦ blue 255

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

Shades of Light Slate Blue #8064FF

Tints of Light Slate Blue #8064FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.7%

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

R = 26.5%
G = 20.7%
B = 52.8%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8064FF (or 0x8064FF) is known color: Light Slate Blue. HEX triplet: 80, 64 and FF. RGB value is (128,100,255). Sum of RGB (Red+Green+Blue) = 128+100+255=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #8064FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8064FF is #7F9B00. Grayscale: #7D7D7D. Windows color (decimal): -8362753 or 16737408. OLE color: 16737408.

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

Color convert

RGB 128 100 255 -
CMYK 0.50 0.61 0 0
HSL 250.84º 1% 0.7% -
HSV(B) 250.84º 0.61% 1% -
XYZ 31.51 20.92 96.99 -
YUV 126.04 200.78 129.4 -
System Red Green Blue C M Y K H S L
Decimal 128 100 255 0.50 0.61 0 0 250.84 1 0.7
Hex 80 64 FF 32 3D 0 0 FB 64 46
Octal 200 144 377 62 75 0 0 373 144 106
Binary 10000000 1100100 11111111 110010 111101 0 0 11111011 1100100 1000110

Color Harmonies of #8064FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8064FF

Black with #8064FF

Text Example


Text Example

White with #8064FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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