Html Css Color HEX #8179F6 Light Slate Blue

📋 copy color: '#8179F6'

red 129 ◦ green 121 ◦ blue 246

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

Shades of Light Slate Blue #8179F6

Tints of Light Slate Blue #8179F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.6%

R = 26.01%
G = 24.4%
B = 49.6%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8179F6 (or 0x8179F6) is known color: Light Slate Blue. HEX triplet: 81, 79 and F6. RGB value is (129,121,246). Sum of RGB (Red+Green+Blue) = 129+121+246=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #8179F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8179F6 is #7E8609. Grayscale: #898989. Windows color (decimal): -8291850 or 16152961. OLE color: 16152961.

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

Color convert

RGB 129 121 246 -
CMYK 0.48 0.51 0 0.04
HSL 243.84º 0.87% 0.72% -
HSV(B) 243.84º 0.51% 0.96% -
XYZ 32.53 25 90.3 -
YUV 137.64 189.15 121.84 -
System Red Green Blue C M Y K H S L
Decimal 129 121 246 0.48 0.51 0 0.04 243.84 0.87 0.72
Hex 81 79 F6 30 33 0 4 F4 57 48
Octal 201 171 366 60 63 0 4 364 127 110
Binary 10000001 1111001 11110110 110000 110011 0 100 11110100 1010111 1001000

Color Harmonies of #8179F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8179F6

Black with #8179F6

Text Example


Text Example

White with #8179F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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