Html Css Color HEX #8677FE Light Slate Blue

📋 copy color: '#8677FE'

red 134 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #8677FE

Tints of Light Slate Blue #8677FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.47%

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

R = 26.43%
G = 23.47%
B = 50.1%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8677FE (or 0x8677FE) is known color: Light Slate Blue. HEX triplet: 86, 77 and FE. RGB value is (134,119,254). Sum of RGB (Red+Green+Blue) = 134+119+254=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #8677FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8677FE is #798801. Grayscale: #8A8A8A. Windows color (decimal): -7964674 or 16676742. OLE color: 16676742.

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

Color convert

RGB 134 119 254 -
CMYK 0.47 0.53 0 0.00
HSL 246.67º 0.99% 0.73% -
HSV(B) 246.67º 0.53% 1% -
XYZ 34.32 25.42 96.86 -
YUV 138.88 192.97 124.52 -
System Red Green Blue C M Y K H S L
Decimal 134 119 254 0.47 0.53 0 0.00 246.67 0.99 0.73
Hex 86 77 FE 2F 35 0 0 F7 63 49
Octal 206 167 376 57 65 0 0 367 143 111
Binary 10000110 1110111 11111110 101111 110101 0 0 11110111 1100011 1001001

Color Harmonies of #8677FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8677FE

Black with #8677FE

Text Example


Text Example

White with #8677FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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