Html Css Color HEX #8064FE Light Slate Blue

📋 copy color: '#8064FE'

red 128 ◦ green 100 ◦ blue 254

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

Shades of Light Slate Blue #8064FE

Tints of Light Slate Blue #8064FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 26.56%
G = 20.75%
B = 52.7%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8064FE (or 0x8064FE) is known color: Light Slate Blue. HEX triplet: 80, 64 and FE. RGB value is (128,100,254). Sum of RGB (Red+Green+Blue) = 128+100+254=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #8064FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8064FE is #7F9B01. Grayscale: #7D7D7D. Windows color (decimal): -8362754 or 16671872. OLE color: 16671872.

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

Color convert

RGB 128 100 254 -
CMYK 0.50 0.61 0 0.00
HSL 250.91º 0.99% 0.69% -
HSV(B) 250.91º 0.61% 1% -
XYZ 31.35 20.86 96.14 -
YUV 125.93 200.28 129.48 -
System Red Green Blue C M Y K H S L
Decimal 128 100 254 0.50 0.61 0 0.00 250.91 0.99 0.69
Hex 80 64 FE 32 3D 0 0 FB 63 45
Octal 200 144 376 62 75 0 0 373 143 105
Binary 10000000 1100100 11111110 110010 111101 0 0 11111011 1100011 1000101

Color Harmonies of #8064FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8064FE

Black with #8064FE

Text Example


Text Example

White with #8064FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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