Html Css Color HEX #8173FA Light Slate Blue

📋 copy color: '#8173FA'

red 129 ◦ green 115 ◦ blue 250

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

Shades of Light Slate Blue #8173FA

Tints of Light Slate Blue #8173FA

RGB

 RED value IS 129 (50.78% from 255) = 26.11%

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

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 26.11%
G = 23.28%
B = 50.61%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8173FA (or 0x8173FA) is known color: Light Slate Blue. HEX triplet: 81, 73 and FA. RGB value is (129,115,250). Sum of RGB (Red+Green+Blue) = 129+115+250=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #8173FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8173FA is #7E8C05. Grayscale: #868686. Windows color (decimal): -8293382 or 16413569. OLE color: 16413569.

HSL color Cylindrical-coordinate representation of color #8173FA: hue angle of 246.22º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8173FA is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 115 250 -
CMYK 0.48 0.54 0 0.02
HSL 246.22º 0.93% 0.72% -
HSV(B) 246.22º 0.54% 0.98% -
XYZ 32.44 23.83 93.33 -
YUV 134.58 193.14 124.02 -
System Red Green Blue C M Y K H S L
Decimal 129 115 250 0.48 0.54 0 0.02 246.22 0.93 0.72
Hex 81 73 FA 30 36 0 2 F6 5D 48
Octal 201 163 372 60 66 0 2 366 135 110
Binary 10000001 1110011 11111010 110000 110110 0 10 11110110 1011101 1001000

Color Harmonies of #8173FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8173FA

Black with #8173FA

Text Example


Text Example

White with #8173FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8173FA; }

 p { color: rgb(129,115,250); }

 H1.HeaderClassName
 {
   color: #8173FA;
 }
 .AnyTagClassName
 {
   color: #8173FA;
 }
</style>

background-color css

<style>
 a { background-color: #8173FA; }

 a { background-color: rgb(129,115,250); }

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

border-color css

<style>
 span { border-color: #8173FA; }

 span { border-color: rgb(129,115,250); }

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