Html Css Color HEX #8179FF Light Slate Blue

📋 copy color: '#8179FF'

red 129 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #8179FF

Tints of Light Slate Blue #8179FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.5%

R = 25.54%
G = 23.96%
B = 50.5%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8179FF (or 0x8179FF) is known color: Light Slate Blue. HEX triplet: 81, 79 and FF. RGB value is (129,121,255). Sum of RGB (Red+Green+Blue) = 129+121+255=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #8179FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8179FF is #7E8600. Grayscale: #8A8A8A. Windows color (decimal): -8291841 or 16742785. OLE color: 16742785.

HSL color Cylindrical-coordinate representation of color #8179FF: hue angle of 243.58º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8179FF is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 129 121 255 -
CMYK 0.49 0.53 0 0
HSL 243.58º 1% 0.74% -
HSV(B) 243.58º 0.53% 1% -
XYZ 33.94 25.56 97.75 -
YUV 138.67 193.65 121.1 -
System Red Green Blue C M Y K H S L
Decimal 129 121 255 0.49 0.53 0 0 243.58 1 0.74
Hex 81 79 FF 31 35 0 0 F4 64 4A
Octal 201 171 377 61 65 0 0 364 144 112
Binary 10000001 1111001 11111111 110001 110101 0 0 11110100 1100100 1001010

Color Harmonies of #8179FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8179FF

Black with #8179FF

Text Example


Text Example

White with #8179FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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