Html Css Color HEX #8073FC Light Slate Blue

📋 copy color: '#8073FC'

red 128 ◦ green 115 ◦ blue 252

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

Shades of Light Slate Blue #8073FC

Tints of Light Slate Blue #8073FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 25.86%
G = 23.23%
B = 50.91%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8073FC (or 0x8073FC) is known color: Light Slate Blue. HEX triplet: 80, 73 and FC. RGB value is (128,115,252). Sum of RGB (Red+Green+Blue) = 128+115+252=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #8073FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8073FC is #7F8C03. Grayscale: #858585. Windows color (decimal): -8358916 or 16544640. OLE color: 16544640.

HSL color Cylindrical-coordinate representation of color #8073FC: hue angle of 245.69º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8073FC is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 115 252 -
CMYK 0.49 0.54 0 0.01
HSL 245.69º 0.96% 0.72% -
HSV(B) 245.69º 0.54% 0.99% -
XYZ 32.6 23.88 94.99 -
YUV 134.51 194.31 123.36 -
System Red Green Blue C M Y K H S L
Decimal 128 115 252 0.49 0.54 0 0.01 245.69 0.96 0.72
Hex 80 73 FC 31 36 0 1 F6 60 48
Octal 200 163 374 61 66 0 1 366 140 110
Binary 10000000 1110011 11111100 110001 110110 0 1 11110110 1100000 1001000

Color Harmonies of #8073FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8073FC

Black with #8073FC

Text Example


Text Example

White with #8073FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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