Html Css Color HEX #8173FD Light Slate Blue

📋 copy color: '#8173FD'

red 129 ◦ green 115 ◦ blue 253

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

Shades of Light Slate Blue #8173FD

Tints of Light Slate Blue #8173FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.91%

R = 25.96%
G = 23.14%
B = 50.91%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8173FD (or 0x8173FD) is known color: Light Slate Blue. HEX triplet: 81, 73 and FD. RGB value is (129,115,253). Sum of RGB (Red+Green+Blue) = 129+115+253=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #8173FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8173FD is #7E8C02. Grayscale: #868686. Windows color (decimal): -8293379 or 16610177. OLE color: 16610177.

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

Color convert

RGB 129 115 253 -
CMYK 0.49 0.55 0 0.01
HSL 246.09º 0.97% 0.72% -
HSV(B) 246.09º 0.55% 0.99% -
XYZ 32.91 24.02 95.83 -
YUV 134.92 194.64 123.78 -
System Red Green Blue C M Y K H S L
Decimal 129 115 253 0.49 0.55 0 0.01 246.09 0.97 0.72
Hex 81 73 FD 31 37 0 1 F6 61 48
Octal 201 163 375 61 67 0 1 366 141 110
Binary 10000001 1110011 11111101 110001 110111 0 1 11110110 1100001 1001000

Color Harmonies of #8173FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8173FD

Black with #8173FD

Text Example


Text Example

White with #8173FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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