Html Css Color HEX #8679FE Light Slate Blue

📋 copy color: '#8679FE'

red 134 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #8679FE

Tints of Light Slate Blue #8679FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 26.33%
G = 23.77%
B = 49.9%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8679FE (or 0x8679FE) is known color: Light Slate Blue. HEX triplet: 86, 79 and FE. RGB value is (134,121,254). Sum of RGB (Red+Green+Blue) = 134+121+254=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #8679FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8679FE is #798601. Grayscale: #8B8B8B. Windows color (decimal): -7964162 or 16677254. OLE color: 16677254.

HSL color Cylindrical-coordinate representation of color #8679FE: hue angle of 245.86º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8679FE is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 121 254 -
CMYK 0.47 0.52 0 0.00
HSL 245.86º 0.99% 0.74% -
HSV(B) 245.86º 0.52% 1% -
XYZ 34.56 25.9 96.94 -
YUV 140.05 192.31 123.69 -
System Red Green Blue C M Y K H S L
Decimal 134 121 254 0.47 0.52 0 0.00 245.86 0.99 0.74
Hex 86 79 FE 2F 34 0 0 F6 63 4A
Octal 206 171 376 57 64 0 0 366 143 112
Binary 10000110 1111001 11111110 101111 110100 0 0 11110110 1100011 1001010

Color Harmonies of #8679FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8679FE

Black with #8679FE

Text Example


Text Example

White with #8679FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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