Html Css Color HEX #8679FF Light Slate Blue

📋 copy color: '#8679FF'

red 134 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #8679FF

Tints of Light Slate Blue #8679FF

RGB

 RED value IS 134 (52.73% from 255) = 26.27%

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

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

R = 26.27%
G = 23.73%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8679FF (or 0x8679FF) is known color: Light Slate Blue. HEX triplet: 86, 79 and FF. RGB value is (134,121,255). Sum of RGB (Red+Green+Blue) = 134+121+255=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #8679FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8679FF is #798600. Grayscale: #8B8B8B. Windows color (decimal): -7964161 or 16742790. OLE color: 16742790.

HSL color Cylindrical-coordinate representation of color #8679FF: hue angle of 245.82º 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 #8679FF is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 134 121 255 -
CMYK 0.47 0.53 0 0
HSL 245.82º 1% 0.74% -
HSV(B) 245.82º 0.53% 1% -
XYZ 34.72 25.96 97.79 -
YUV 140.16 192.81 123.6 -
System Red Green Blue C M Y K H S L
Decimal 134 121 255 0.47 0.53 0 0 245.82 1 0.74
Hex 86 79 FF 2F 35 0 0 F6 64 4A
Octal 206 171 377 57 65 0 0 366 144 112
Binary 10000110 1111001 11111111 101111 110101 0 0 11110110 1100100 1001010

Color Harmonies of #8679FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8679FF

Black with #8679FF

Text Example


Text Example

White with #8679FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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