Html Css Color HEX #8676FE Light Slate Blue

📋 copy color: '#8676FE'

red 134 ◦ green 118 ◦ blue 254

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

Shades of Light Slate Blue #8676FE

Tints of Light Slate Blue #8676FE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.32%

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

R = 26.48%
G = 23.32%
B = 50.2%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8676FE (or 0x8676FE) is known color: Light Slate Blue. HEX triplet: 86, 76 and FE. RGB value is (134,118,254). Sum of RGB (Red+Green+Blue) = 134+118+254=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #8676FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8676FE is #798901. Grayscale: #898989. Windows color (decimal): -7964930 or 16676486. OLE color: 16676486.

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

Color convert

RGB 134 118 254 -
CMYK 0.47 0.54 0 0.00
HSL 247.06º 0.99% 0.73% -
HSV(B) 247.06º 0.54% 1% -
XYZ 34.2 25.18 96.82 -
YUV 138.29 193.3 124.94 -
System Red Green Blue C M Y K H S L
Decimal 134 118 254 0.47 0.54 0 0.00 247.06 0.99 0.73
Hex 86 76 FE 2F 36 0 0 F7 63 49
Octal 206 166 376 57 66 0 0 367 143 111
Binary 10000110 1110110 11111110 101111 110110 0 0 11110111 1100011 1001001

Color Harmonies of #8676FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8676FE

Black with #8676FE

Text Example


Text Example

White with #8676FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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