Html Css Color HEX #8073FE Light Slate Blue

📋 copy color: '#8073FE'

red 128 ◦ green 115 ◦ blue 254

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

Shades of Light Slate Blue #8073FE

Tints of Light Slate Blue #8073FE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.14%

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

R = 25.75%
G = 23.14%
B = 51.11%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8073FE (or 0x8073FE) is known color: Light Slate Blue. HEX triplet: 80, 73 and FE. RGB value is (128,115,254). Sum of RGB (Red+Green+Blue) = 128+115+254=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #8073FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8073FE is #7F8C01. Grayscale: #868686. Windows color (decimal): -8358914 or 16675712. OLE color: 16675712.

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

Color convert

RGB 128 115 254 -
CMYK 0.50 0.55 0 0.00
HSL 245.61º 0.99% 0.72% -
HSV(B) 245.61º 0.55% 1% -
XYZ 32.92 24.01 96.66 -
YUV 134.73 195.31 123.2 -
System Red Green Blue C M Y K H S L
Decimal 128 115 254 0.50 0.55 0 0.00 245.61 0.99 0.72
Hex 80 73 FE 32 37 0 0 F6 63 48
Octal 200 163 376 62 67 0 0 366 143 110
Binary 10000000 1110011 11111110 110010 110111 0 0 11110110 1100011 1001000

Color Harmonies of #8073FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8073FE

Black with #8073FE

Text Example


Text Example

White with #8073FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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