Html Css Color HEX #8179F7 Light Slate Blue

📋 copy color: '#8179F7'

red 129 ◦ green 121 ◦ blue 247

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

Shades of Light Slate Blue #8179F7

Tints of Light Slate Blue #8179F7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.35%

 BLUE value IS 247 (96.88% from 255) = 49.7%

R = 25.96%
G = 24.35%
B = 49.7%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8179F7 (or 0x8179F7) is known color: Light Slate Blue. HEX triplet: 81, 79 and F7. RGB value is (129,121,247). Sum of RGB (Red+Green+Blue) = 129+121+247=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #8179F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8179F7 is #7E8608. Grayscale: #898989. Windows color (decimal): -8291849 or 16218497. OLE color: 16218497.

HSL color Cylindrical-coordinate representation of color #8179F7: hue angle of 243.81º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8179F7 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 129 121 247 -
CMYK 0.48 0.51 0 0.03
HSL 243.81º 0.89% 0.72% -
HSV(B) 243.81º 0.51% 0.97% -
XYZ 32.68 25.06 91.11 -
YUV 137.76 189.65 121.75 -
System Red Green Blue C M Y K H S L
Decimal 129 121 247 0.48 0.51 0 0.03 243.81 0.89 0.72
Hex 81 79 F7 30 33 0 3 F4 59 48
Octal 201 171 367 60 63 0 3 364 131 110
Binary 10000001 1111001 11110111 110000 110011 0 11 11110100 1011001 1001000

Color Harmonies of #8179F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8179F7

Black with #8179F7

Text Example


Text Example

White with #8179F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8179F7; }

 p { color: rgb(129,121,247); }

 H1.HeaderClassName
 {
   color: #8179F7;
 }
 .AnyTagClassName
 {
   color: #8179F7;
 }
</style>

background-color css

<style>
 a { background-color: #8179F7; }

 a { background-color: rgb(129,121,247); }

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

border-color css

<style>
 span { border-color: #8179F7; }

 span { border-color: rgb(129,121,247); }

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