Html Css Color HEX #8073F8 Light Slate Blue

📋 copy color: '#8073F8'

red 128 ◦ green 115 ◦ blue 248

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

Shades of Light Slate Blue #8073F8

Tints of Light Slate Blue #8073F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.51%

R = 26.07%
G = 23.42%
B = 50.51%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8073F8 (or 0x8073F8) is known color: Light Slate Blue. HEX triplet: 80, 73 and F8. RGB value is (128,115,248). Sum of RGB (Red+Green+Blue) = 128+115+248=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #8073F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8073F8 is #7F8C07. Grayscale: #858585. Windows color (decimal): -8358920 or 16282496. OLE color: 16282496.

HSL color Cylindrical-coordinate representation of color #8073F8: hue angle of 245.86º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8073F8 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 115 248 -
CMYK 0.48 0.54 0 0.03
HSL 245.86º 0.9% 0.71% -
HSV(B) 245.86º 0.54% 0.97% -
XYZ 31.98 23.63 91.68 -
YUV 134.05 192.31 123.69 -
System Red Green Blue C M Y K H S L
Decimal 128 115 248 0.48 0.54 0 0.03 245.86 0.9 0.71
Hex 80 73 F8 30 36 0 3 F6 5A 47
Octal 200 163 370 60 66 0 3 366 132 107
Binary 10000000 1110011 11111000 110000 110110 0 11 11110110 1011010 1000111

Color Harmonies of #8073F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8073F8

Black with #8073F8

Text Example


Text Example

White with #8073F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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